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
|
|
@ -27,6 +27,7 @@
|
|||
./mako.nix
|
||||
./sway.nix
|
||||
./gpg-agent.nix
|
||||
./gammastep.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