Loading nixos/modules/services/x11/display-managers/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,10 @@ let # Shared environment setup for graphical sessions. . /etc/profile if test -f ~/.profile; then source ~/.profile fi cd "$HOME" # Allow the user to execute commands at the beginning of the X session. Loading Loading
nixos/modules/services/x11/display-managers/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,10 @@ let # Shared environment setup for graphical sessions. . /etc/profile if test -f ~/.profile; then source ~/.profile fi cd "$HOME" # Allow the user to execute commands at the beginning of the X session. Loading