mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds hyprsunset
This commit is contained in:
parent
da55dac3d5
commit
438351a874
1 changed files with 16 additions and 0 deletions
16
modules/home/hyprsunset.nix
Normal file
16
modules/home/hyprsunset.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
services.hyprsunset.enable = true;
|
||||||
|
|
||||||
|
home.file.".config/hypr/hyprsunset.conf".text = ''
|
||||||
|
max-gamma = 200;
|
||||||
|
profile {
|
||||||
|
time = 06:00;
|
||||||
|
identity = true;
|
||||||
|
}
|
||||||
|
profile {
|
||||||
|
time = 21:00;
|
||||||
|
temperature = 5500;
|
||||||
|
gamma = 0.8;
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue