theyre ass
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.hyprsunset = {
|
||||
enable = true;
|
||||
settings = {
|
||||
max-gamma = 150;
|
||||
|
||||
profile = [
|
||||
{
|
||||
time = "7:00";
|
||||
identity = true;
|
||||
}
|
||||
{
|
||||
time = "22:00";
|
||||
temperature = 6000;
|
||||
gamma = 0.75;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user