Skip to content

Commit

Permalink
talos: remove unneeded stuff from home packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Mar 4, 2024
1 parent a8e2433 commit f18238c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions hosts/talos/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

Expand All @@ -39,8 +32,6 @@
ansel
spot
;

inherit (pkgs.wineWowPackages) stable;
};
};
}

0 comments on commit f18238c

Please sign in to comment.