Skip to content

Commit

Permalink
Use desktops
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Apr 6, 2024
1 parent fac919f commit 0229e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
environment = {
exec = ''
exec ${packages.default}/bin/lemurs \
--xsessions ${sessionData}/share/xsessions \
--wlsessions ${sessionData}/share/wayland-sessions
--xsessions ${sessionData.desktops}/share/xsessions \
--wlsessions ${sessionData.desktops}/share/wayland-sessions
'';
};
};
Expand Down

0 comments on commit 0229e38

Please sign in to comment.