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
All checks were successful
Nix Format Check / check-format (push) Successful in 44s
This commit is contained in:
parent
7a1d88476e
commit
f10988efba
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user