river: Set XDG_CURRENT_DESKTOP
This commit is contained in:
parent
67396ed222
commit
93b35b7d0e
1 changed files with 4 additions and 0 deletions
|
@ -223,5 +223,9 @@ in
|
||||||
xdg.configFile."xkb/symbols/us" = {
|
xdg.configFile."xkb/symbols/us" = {
|
||||||
source = ./keyboard-layout.xkb;
|
source = ./keyboard-layout.xkb;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
XDG_CURRENT_DESKTOP = "river";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue