ma main-laptop: remove look-up

This commit is contained in:
makefu 2023-06-03 15:34:41 +02:00
parent e55cc0644e
commit cd0e850132
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -12,7 +12,7 @@ let
in { in {
imports = [ imports = [
./gui/base.nix ./gui/base.nix
./gui/look-up.nix # ./gui/look-up.nix
./fetchWallpaper.nix ./fetchWallpaper.nix
./zsh-user.nix ./zsh-user.nix
./tools/core.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"; 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.latitude = 48.7;
location.longitude = 9.1; location.longitude = 9.1;