From 5e6d51f0c2f3905e2c743e79edfc068a23fdb8f7 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 22:23:27 +0100 Subject: [PATCH] Update hyprland.nix --- Droidnix/generated/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;