Initial commit
This commit is contained in:
22
home/system/hyprsunset/default.nix
Normal file
22
home/system/hyprsunset/default.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
services = {
|
||||
hyprsunset = {
|
||||
enable = true;
|
||||
settings = {
|
||||
max-gamma = 150;
|
||||
|
||||
profile = [
|
||||
{
|
||||
time = "7:30";
|
||||
identity = true;
|
||||
}
|
||||
{
|
||||
time = "23:00";
|
||||
temperature = 3000;
|
||||
gamma = 0.8;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user