From f18238cd5c0252101547565864b7a44e40504ddb Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 4 Mar 2024 18:53:50 +0100 Subject: [PATCH] talos: remove unneeded stuff from home packages --- hosts/talos/home.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index 366faf6..0f547f1 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -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; }; }; }