feat: added programs
This commit is contained in:
parent
df50c9715d
commit
492f835872
3 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
libsecret
|
libsecret
|
||||||
xidel # xml parser
|
xidel # xml parser
|
||||||
nvd # nix diff package versions between two store paths
|
nvd # nix diff package versions between two store paths
|
||||||
|
inotify-tools # set of command-line programs providing a simple interface to inotify
|
||||||
] ++ lib.optionals (devenv.enable) [
|
] ++ lib.optionals (devenv.enable) [
|
||||||
# languages
|
# languages
|
||||||
gcc13
|
gcc13
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
gimp
|
gimp
|
||||||
vlc
|
vlc
|
||||||
|
calibre
|
||||||
qbittorrent
|
qbittorrent
|
||||||
gnome.simple-scan
|
gnome.simple-scan
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
|
|
@ -24,6 +25,7 @@
|
||||||
zoom-us
|
zoom-us
|
||||||
zathura
|
zathura
|
||||||
obsidian
|
obsidian
|
||||||
|
libreoffice
|
||||||
carla # audio plugin host
|
carla # audio plugin host
|
||||||
aether-lv2 # an algorithmic reverb lv2 based on cloudseed
|
aether-lv2 # an algorithmic reverb lv2 based on cloudseed
|
||||||
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
] ++ lib.optionals nixosConfig.bchmnn.printing.enable [
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
duf # disk usage/free utility - a better 'df' alternative
|
duf # disk usage/free utility - a better 'df' alternative
|
||||||
phoronix-test-suite # the phoronix test suite open-source, cross-platform automated testing/benchmarking software
|
phoronix-test-suite # the phoronix test suite open-source, cross-platform automated testing/benchmarking software
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
texliveFull
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue