feat: add gammastep

This commit is contained in:
Swarsel 2024-07-31 01:14:42 +02:00
parent 61a45d453c
commit 6e52a06201
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 847 additions and 536 deletions

View file

@ -6004,6 +6004,7 @@ This section sets up all the imports that are used in the home-manager section.
./mako.nix
./sway.nix
./gpg-agent.nix
./gammastep.nix
];
nix = {
@ -7877,6 +7878,20 @@ Currently, I am too lazy to explain every option here, but most of it is very se
}
#+end_src
**** gammastep
#+begin_src nix :tangle profiles/common/home/gammastep.nix
_:
{
services.gammastep = {
enable = true;
provider = "manual";
latitude = 48.210033;
longitude = 16.363449;
};
}
#+end_src
*** Optional
**** Gaming