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
1 changed files with 1 additions and 2 deletions

View File

@ -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;