corrected walker.nix

This commit is contained in:
2026-03-02 18:20:00 +01:00
parent 0087901471
commit c6584b11e3
+1 -1
View File
@@ -1831,7 +1831,7 @@ let
if inputs != null && inputs ? elephant
then inputs.elephant.packages.${pkgs.system}.default
else pkgs.elephant;
sessionTarget = "graphical-session.target";;
sessionTarget = "graphical-session.target";
in
{
xdg.enable = true;