mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add gammastep
This commit is contained in:
parent
61a45d453c
commit
6e52a06201
5 changed files with 847 additions and 536 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue