diff options
author | makefu <github@syntax-fehler.de> | 2023-06-03 15:34:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-06-03 15:34:41 +0200 |
commit | cd0e8501325fc782fc349cae65488d4843e3927b (patch) | |
tree | 6db64148b88d87f6159f41a4b14bc93a7cfc068a /makefu | |
parent | e55cc0644eda087ce49a854536b69cd3fd74f9af (diff) |
ma main-laptop: remove look-up
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/main-laptop.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/main-laptop.nix b/makefu/2configs/main-laptop.nix index a7181cfe9..0f2604b1e 100644 --- a/makefu/2configs/main-laptop.nix +++ b/makefu/2configs/main-laptop.nix @@ -12,7 +12,7 @@ let in { imports = [ ./gui/base.nix - ./gui/look-up.nix + # ./gui/look-up.nix ./fetchWallpaper.nix ./zsh-user.nix ./tools/core.nix @@ -69,7 +69,6 @@ in { }; security.sudo.extraConfig = "${config.krebs.power-action.user} ALL= (root) NOPASSWD: ${pkgs.systemd}/bin/systemctl suspend"; - services.redshift.enable = true; location.latitude = 48.7; location.longitude = 9.1; |