diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 8cbbf6f..49fe07a 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -47,7 +47,7 @@ greetd = { enable = true; sway = true; - hyprland = false; + hyprland = true; }; # home-manager = { # inherit (users) users; diff --git a/users/erwin/home.nix b/users/erwin/home.nix index 8291bb3..3bd701b 100644 --- a/users/erwin/home.nix +++ b/users/erwin/home.nix @@ -54,7 +54,7 @@ in signingKeyFormat = "ssh"; }; gpg.enable = true; - hyprland.enable = false; + hyprland.enable = true; neovim.enable = true; obs-studio.enable = true; rclone = {