feat: add several apps...

This commit is contained in:
installer
2025-01-29 14:42:20 +01:00
parent a4988db714
commit 2cdfbdbef0
3 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,10 @@
programs.direnv = {
enable = true;
};
# programs.nix-your-shell = {
# enable = true;
# enableFishIntegration = true;
# };
programs.fish = {
enable = true;
shellAliases = {

View File

@@ -16,6 +16,7 @@ in
wget
killall
htop
p7zip
unzip
unrar
helix

View File

@@ -18,14 +18,22 @@ in
xsane
sane-frontends
blender
tiled
aseprite
gimp
eog
mpv
brightnessctl
spotify
# cura
obs-studio
prusa-slicer
openscad
godot_4
gdtoolkit_4
sfxr
lmms
audacity
];
programs = {
firefox.enable = true;