nixconf/modules/features/layers/hyprland.nix
2026-03-26 08:36:47 -05:00

5 lines
123 B
Nix

{ self, inputs, ... }: {
flake.nixosModules.hyprland = { pkgs, lib, ... }: {
programs.hyprland.enable = true;
};
}