diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index 18960f1..b043d9a 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -142,6 +142,11 @@ shell = pkgs.fish; }; + system.switch = { + enable = false; + enableNg = true; + }; + nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ git