diff --git a/modules/features/layers/hyprland.nix b/modules/features/layers/hyprland.nix index 61b1c46..77c05c6 100644 --- a/modules/features/layers/hyprland.nix +++ b/modules/features/layers/hyprland.nix @@ -1,5 +1,5 @@ { self, inputs, ... }: { - flake.nixosModules.development = { pkgs, lib, ... }: { + flake.nixosModules.hyprland = { pkgs, lib, ... }: { programs.hyprland.enable = true; }; }