talos: remove unneeded stuff from home packages
This commit is contained in:
parent
a8e243365e
commit
f18238cd5c
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue