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