init
This commit is contained in:
commit
0df1237eb2
19 changed files with 1921 additions and 0 deletions
27
modules/gammastep.nix
Normal file
27
modules/gammastep.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
package = pkgs.gammastep.override {
|
||||
withRandr = false;
|
||||
withDrm = false;
|
||||
withVidmode = false;
|
||||
withAppIndicator = false;
|
||||
};
|
||||
|
||||
latitude = "-34.58";
|
||||
longitude = "-58.64";
|
||||
provider = "manual";
|
||||
temperature = {
|
||||
day = 5500;
|
||||
night = 3500;
|
||||
};
|
||||
settings = {
|
||||
general = {
|
||||
brightness-day = 1.0;
|
||||
brightness-night = 0.5;
|
||||
adjustment-method = "wayland";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue