snowflake/home/wayland/hyprland/default.nix

11 lines
199 B
Nix

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