2023-04-23 17:45:37 -04:00
|
|
|
{...}: {
|
2023-02-03 09:16:09 -05:00
|
|
|
imports = [./config.nix];
|
2023-04-23 17:45:37 -04:00
|
|
|
|
2023-02-05 09:06:16 -05:00
|
|
|
wayland.windowManager.hyprland = {
|
|
|
|
enable = true;
|
2023-03-07 08:31:06 -05:00
|
|
|
nvidiaPatches = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
services.wlsunset = {
|
2023-03-31 18:39:00 -04:00
|
|
|
enable = false; #not working on my nvidia card currently
|
2023-03-07 08:31:06 -05:00
|
|
|
latitude = "40.712776";
|
|
|
|
longitude = "-74.005974";
|
|
|
|
temperature = {
|
|
|
|
day = 6200;
|
|
|
|
night = 3750;
|
|
|
|
};
|
2023-02-05 09:06:16 -05:00
|
|
|
};
|
2023-04-23 17:45:37 -04:00
|
|
|
}
|