11 lines
120 B
Nix
11 lines
120 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
config = lib.mkIf config.kekleo.graphical {
|
|
programs.hyprland.enable = true;
|
|
};
|
|
}
|