talos: install various home software

This commit is contained in:
Antoine Martin 2024-03-03 02:44:38 +01:00
parent 33aca9d297
commit fad2af4451

View file

@ -25,32 +25,24 @@
(pkgs)
# some websites only work there :(
#chromium
#darktable
## dev
#
#rustup
#gdb
#valgrind
chromium
darktable
# dev
rustup
gdb
valgrind
arandr
#zotero
zotero
;
#inherit
# (pkgs.packages)
# ansel
# spot
# ;
inherit
(pkgs.packages)
ansel
spot
;
#inherit (pkgs.wineWowPackages) stable;
inherit (pkgs.wineWowPackages) stable;
};
};
}