From ad182283ef572ce331a23863cd5a05b3e2d5631e Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 21 Apr 2023 19:32:27 +0200 Subject: [PATCH] Disable deprecated hyprland option --- system/nixinator/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index 9b0c8bde..cc1c3306 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -31,7 +31,7 @@ programs.hyprland = { enable = true; nvidiaPatches = false; - recommendedEnvironment = true; + # recommendedEnvironment = true; # NOTE: System module hyprland is configured in ~/.config/hypr/ # TODO: Lib function to generate this file from my hyprland module