Hyprland: Difference between revisions
imported>Vieta fixed format error |
imported>Haemeah m remove mention of no longer needed 'enableNvidiaPatches' option, see nixpkgs/nixos/modules/programs/hyprland.nix and nixpkgs/pkgs/applications/window-managers/hyprwm/hyprand/default.nix in NixOS repo |
||
Line 26: | Line 26: | ||
# Whether to enable XWayland | # Whether to enable XWayland | ||
xwayland.enable = true; | xwayland.enable = true; | ||
}; | }; | ||
# ... | # ... | ||
Line 52: | Line 48: | ||
# Whether to enable hyprland-session.target on hyprland startup | # Whether to enable hyprland-session.target on hyprland startup | ||
systemd.enable = true; | systemd.enable = true; | ||
}; | }; | ||
# ... | # ... |