Update FredOS-Gaming.nix
This commit is contained in:
parent
e372ca0e5d
commit
0ead18fbfb
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Set libdecor plugin directory
|
||||||
|
environment.sessionVariables = {
|
||||||
|
LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1";
|
||||||
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue