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 {
inherit
(pkgs)
# some websites only work there :(
chromium
# dev
rustup
gdb
valgrind
chromium # some websites only work there :(
zotero
;
@ -39,8 +32,6 @@
ansel
spot
;
inherit (pkgs.wineWowPackages) stable;
};
};
}