From f10988efba2cfdad64aa869e944f54d92c557ad2 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 23 Dec 2024 18:14:32 +0100 Subject: [PATCH] update flake.nix to include hyprland and its plugins for gamingpc; remove commented cosmic module configuration --- config/nixos/flake.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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; };