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
|
./mako.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./gpg-agent.nix
|
./gpg-agent.nix
|
||||||
|
./gammastep.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
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
|
#+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
|
*** Optional
|
||||||
|
|
||||||
**** Gaming
|
**** Gaming
|
||||||
|
|
|
||||||
1349
index.html
1349
index.html
File diff suppressed because it is too large
Load diff
9
profiles/common/gammastep.nix
Normal file
9
profiles/common/gammastep.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
_:
|
||||||
|
{
|
||||||
|
services.gammastep = {
|
||||||
|
enable = true;
|
||||||
|
provider = "manual";
|
||||||
|
latitude = 48.210033;
|
||||||
|
longitude = 16.363449;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./gpg-agent.nix
|
./gpg-agent.nix
|
||||||
|
./gammastep.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
|
||||||
9
profiles/common/home/gammastep.nix
Normal file
9
profiles/common/home/gammastep.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
_:
|
||||||
|
{
|
||||||
|
services.gammastep = {
|
||||||
|
enable = true;
|
||||||
|
provider = "manual";
|
||||||
|
latitude = 48.210033;
|
||||||
|
longitude = 16.363449;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue