diff options
author | Preston Pan <preston@nullring.xyz> | 2024-05-28 18:37:26 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-05-28 18:37:26 -0700 |
commit | ece5d6ded3ad768638f7ea728d6aed53f5efead5 (patch) | |
tree | 39db002561c2aab734a632de31b0414e6494c0e8 | |
parent | c5f87f4a6a6aabd0ae06b526cf89650422b21a37 (diff) |
add more stuff
-rw-r--r-- | home.nix | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -80,7 +80,9 @@ services.gammastep = { enable = true; - provider = "geoclue2"; + provider = "manual"; + latitude = 49.282730; + longitude = -123.120735; temperature.day = 5000; temperature.night = 3000; settings = { @@ -879,8 +881,7 @@ c = "clear"; g = "git"; v = "vim"; - h = "Hyprland"; - r = "gammastep -O 3000"; + py = "python3"; }; loginExtra = '' if [ "$(tty)" = "/dev/tty1" ];then |