summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:34:41 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:34:41 +0200
commit3fb3c453c1051d1a9d2553a17ca9eb37b11b1305 (patch)
treec8e25c62e4f635367d473f41cff6c9ebfd5aff74
parent1e73d1aba1fa3db55fc729c6d9f861ef2eae4cb6 (diff)
ma main-laptop: remove look-up
-rw-r--r--2configs/main-laptop.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/2configs/main-laptop.nix b/2configs/main-laptop.nix
index a7181cfe9..0f2604b1e 100644
--- a/2configs/main-laptop.nix
+++ b/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;