mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
mossdeep: fix jovian desktop session name
This commit is contained in:
parent
09a98f94f9
commit
733a10d065
|
@ -67,7 +67,7 @@
|
||||||
user = "aly";
|
user = "aly";
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "Hyprland";
|
desktopSession = "hyprland";
|
||||||
};
|
};
|
||||||
decky-loader = {
|
decky-loader = {
|
||||||
user = "aly";
|
user = "aly";
|
||||||
|
|
Loading…
Reference in a new issue