9 lines
128 B
Nix
9 lines
128 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
wayland.windowManager.hyprland = {
|
||
|
enable = true;
|
||
|
extraConfig = builtins.readFile ./hyprland.conf;
|
||
|
};
|
||
|
}
|