diff --git a/chris/home.nix b/chris/home.nix index 45e883c..31db4df 100644 --- a/chris/home.nix +++ b/chris/home.nix @@ -28,22 +28,22 @@ home.packages = with pkgs; [ ]; - home.file.".config/fish/config.fish" = { - source = ../fish/config.fish; - }; + # home.file.".config/fish/config.fish" = { + # source = ../fish/config.fish; + # }; - home.file.".config/fish/functions" = { - source = ../fish/functions; - }; + # home.file.".config/fish/functions" = { + # source = ../fish/functions; + # }; programs.nushell = { enable = true; }; - home.file.".config/macchina" = { - source = ../macchina; - recursive = true; - }; + # home.file.".config/macchina" = { + # source = ../macchina; + # recursive = true; + # }; home.file."bin" = { source = ../scripts; diff --git a/system/configuration.nix b/system/configuration.nix index 5ce0f96..50fd5ab 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -112,7 +112,7 @@ glxinfo vulkan-tools pciutils - # blesh + blesh ]; virtualisation.docker.enable = true;