snowflake/home/wayland/hyprland/default.nix
notohh 6ab024a2c5
All checks were successful
flake check / check (push) Successful in 9m29s
fmt check / check (push) Successful in 1m0s
hyprland: update systemd integration
2023-12-30 20:55:01 -05:00

20 lines
331 B
Nix

_: {
imports = [
./config.nix
];
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = true;
xwayland.enable = true;
};
services.wlsunset = {
enable = false;
latitude = "40.712776";
longitude = "-74.005974";
temperature = {
day = 6500;
night = 3200;
};
};
}