fix: add /etc/xdg to XDG_CONFIG_DIRS for GNOME session
This commit is contained in:
@@ -77,6 +77,8 @@ in
|
|||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
xdg.systemDirs.config = [ "/etc/xdg" ];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "25.05";
|
stateVersion = "25.05";
|
||||||
inherit username;
|
inherit username;
|
||||||
|
|||||||
Reference in New Issue
Block a user