From 1dcba83a6a122ba66f8983c31c4311fd540e8aa7 Mon Sep 17 00:00:00 2001 From: jackjohn7 <70782491+jackjohn7@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:36:47 -0500 Subject: [PATCH] rename hyprland --- modules/features/layers/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }