linuxware/programs/hyprland/config.nix

9 lines
128 B
Nix
Raw Normal View History

2023-11-05 04:53:31 -03:00
{ ... }:
{
wayland.windowManager.hyprland = {
enable = true;
extraConfig = builtins.readFile ./hyprland.conf;
};
}