diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index c678ca8..345e117 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -25,32 +25,24 @@ (pkgs) # some websites only work there :( - #chromium - - #darktable - - ## dev - - # - - #rustup - - #gdb - - #valgrind + chromium + darktable + # dev + rustup + gdb + valgrind arandr - #zotero - + zotero ; - #inherit - # (pkgs.packages) - # ansel - # spot - # ; + inherit + (pkgs.packages) + ansel + spot + ; - #inherit (pkgs.wineWowPackages) stable; + inherit (pkgs.wineWowPackages) stable; }; }; }