ma main-laptop: remove look-up
This commit is contained in:
parent
e55cc0644e
commit
cd0e850132
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user