snowflake/home/wayland/hyprland/default.nix
notohh e76f2b53ce
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
hyprland: config with upstream hm
2023-07-21 09:04:06 -04:00

12 lines
201 B
Nix

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