river: Set XDG_CURRENT_DESKTOP

This commit is contained in:
Erwin Boskma 2024-06-27 14:57:33 +02:00
parent 67396ed222
commit 93b35b7d0e
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -223,5 +223,9 @@ in
xdg.configFile."xkb/symbols/us" = {
source = ./keyboard-layout.xkb;
};
home.sessionVariables = {
XDG_CURRENT_DESKTOP = "river";
};
};
}