Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-09 13:14:16 +00:00 committed by GitHub
parent e372ca0e5d
commit 0ead18fbfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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