snowflake/home/wayland/hyprland/default.nix
2023-09-16 18:54:31 -04:00

12 lines
195 B
Nix

_: {
imports = [
./config.nix
];
wayland.windowManager.hyprland = {
enable = true;
enableNvidiaPatches = true;
systemdIntegration = true;
xwayland.enable = true;
};
}