talos: remove unneeded stuff from home packages

This commit is contained in:
Antoine Martin 2024-03-04 18:53:50 +01:00
parent a8e243365e
commit f18238cd5c

View file

@ -23,14 +23,7 @@
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit inherit
(pkgs) (pkgs)
# some websites only work there :( chromium # some websites only work there :(
chromium
# dev
rustup
gdb
valgrind
zotero zotero
; ;
@ -39,8 +32,6 @@
ansel ansel
spot spot
; ;
inherit (pkgs.wineWowPackages) stable;
}; };
}; };
} }