7 lines
186 B
Nix
7 lines
186 B
Nix
{
|
|
flake.modules.homeManager.hyprland = {
|
|
wayland.windowManager.hyprland.configType = "lua";
|
|
wayland.windowManager.hyprland.extraConfig = builtins.readFile ./config.lua;
|
|
};
|
|
}
|