diff --git a/config/nixos/flake.nix b/config/nixos/flake.nix index edab2cb..3b8b2c9 100644 --- a/config/nixos/flake.nix +++ b/config/nixos/flake.nix @@ -56,16 +56,9 @@ ./hardware/mennos-gamingpc.nix ./common/workstation.nix ./configuration.nix - # nixos-cosmic.nixosModules.default - # { - # nix.settings = { - # substituters = [ "https://cosmic.cachix.org/" ]; - # trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ]; - # }; - # } ]; specialArgs = { - inherit pkgs-unstable; + inherit pkgs-unstable hyprland hyprland-plugins; isWorkstation = true; isServer = false; };