5 lines
123 B
Nix
5 lines
123 B
Nix
{ self, inputs, ... }: {
|
|
flake.nixosModules.hyprland = { pkgs, lib, ... }: {
|
|
programs.hyprland.enable = true;
|
|
};
|
|
}
|