update flake.nix to include hyprland and its plugins for gamingpc; remove commented cosmic module configuration
All checks were successful
Nix Format Check / check-format (push) Successful in 44s

This commit is contained in:
Menno van Leeuwen 2024-12-23 18:14:32 +01:00
parent 7a1d88476e
commit f10988efba
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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;
};