snowflake/home/wayland/hyprland/default.nix

12 lines
195 B
Nix
Raw Normal View History

2023-09-16 18:54:31 -04:00
_: {
2023-07-21 09:04:06 -04:00
imports = [
2023-08-29 17:48:57 -04:00
./config.nix
2023-07-21 09:04:06 -04:00
];
2023-02-05 09:06:16 -05:00
wayland.windowManager.hyprland = {
enable = true;
2023-07-21 09:04:06 -04:00
enableNvidiaPatches = true;
systemdIntegration = true;
xwayland.enable = true;
2023-02-05 09:06:16 -05:00
};
2023-04-23 17:45:37 -04:00
}