Gammastep and static weird linking for jetbrains products
This commit is contained in:
parent
f24232fc00
commit
94bd993059
3 changed files with 131 additions and 1 deletions
10
programm_configs/gammastep.nix
Normal file
10
programm_configs/gammastep.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
tray = true;
|
||||
latitude = 49.01;
|
||||
longitude = 8.4;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue