Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 27dd77f366 rebuilding minimised nix files 2026-03-02 18:20:07 +01:00
henrov c6584b11e3 corrected walker.nix 2026-03-02 18:20:00 +01:00
3 changed files with 302 additions and 302 deletions
+300 -300
View File
File diff suppressed because it is too large Load Diff
+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;
+1 -1
View File
@@ -8,7 +8,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;