diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index 740fb9a34..8bb88da6c 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -17,7 +17,7 @@ in trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; }; - # Install Hyprland and enable it as the window manager + # Install Hyprland and enable it as the window manager! environment.systemPackages = with pkgs; [ hyprland ]; programs.hyprland = { enable = true;