Update tools.nix
This commit is contained in:
parent
5040d65ae5
commit
ba8c55e99b
1 changed files with 7 additions and 5 deletions
|
|
@ -2,19 +2,21 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gh
|
||||
dust
|
||||
#### ART ####
|
||||
inkscape-with-extensions
|
||||
libreoffice
|
||||
pinta
|
||||
#### MEDIA FORMATTING ####
|
||||
ffmpeg
|
||||
#### UTILS ####
|
||||
dust
|
||||
fzf
|
||||
gparted
|
||||
pipecontrol
|
||||
wine
|
||||
yt-dlp
|
||||
deno
|
||||
inkscape-with-extensions
|
||||
viewnior
|
||||
libreoffice
|
||||
pinta
|
||||
speedcrunch
|
||||
inputs.oxide_timer.packages.${pkgs.system}.default # imports morrigan's timer
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue