diff --git a/modules/home/xorg/xsession/default.nix b/modules/home/xorg/xsession/default.nix index d3621c5..4eecb4c 100644 --- a/modules/home/xorg/xsession/default.nix +++ b/modules/home/xorg/xsession/default.nix @@ -12,18 +12,6 @@ in { enable = true; numlock.enable = true; - - profileExtra = - # sh - '' - sudo mount -a - ''; - - initExtra = - # sh - '' - mpd & - ''; }; }; }