ma main-laptop: remove look-up

This commit is contained in:
makefu 2023-06-03 15:34:41 +02:00
parent 1e73d1aba1
commit 3fb3c453c1

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;