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";