rename hyprland

This commit is contained in:
jackjohn7 2026-03-26 08:36:47 -05:00
parent c44ae86ac1
commit 1dcba83a6a

View file

@ -1,5 +1,5 @@
{ self, inputs, ... }: { { self, inputs, ... }: {
flake.nixosModules.development = { pkgs, lib, ... }: { flake.nixosModules.hyprland = { pkgs, lib, ... }: {
programs.hyprland.enable = true; programs.hyprland.enable = true;
}; };
} }