5 lines
No EOL
123 B
Nix
5 lines
No EOL
123 B
Nix
{ lib, config, ... }: {
|
|
programs.hyprland = lib.mkIf config.device.wm.hyprland.enable {
|
|
enable = true;
|
|
};
|
|
} |