From 0ead18fbfb3b0a79700384154d05dabdb218495f Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 13:14:16 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 41f4c79..05afccc 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -30,6 +30,11 @@ }; }; + # Set libdecor plugin directory + environment.sessionVariables = { + LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1"; + }; + system.autoUpgrade = { enable = true; dates = "daily";