forked from colonelpanic/dotfiles
[NixOS] Load login.sh in xsession
This commit is contained in:
parent
02528907eb
commit
b8e66b25bf
@ -24,8 +24,6 @@ dircolors_file="$HOME/.dircolors"
|
||||
|
||||
[ ! -z "$SHELL" ] && test -r $dircolors_files && eval "$(dircolors $dircolors_file)" && eval $(dircolors)
|
||||
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
|
||||
if [[ $TERM == "dumb" ]]; then
|
||||
export PS1='$ '
|
||||
fi
|
||||
|
@ -5,6 +5,8 @@
|
||||
windowManager.command = "${pkgs.haskellPackages.imalison-xmonad}/bin/imalison-xmonad";
|
||||
profileExtra = ''
|
||||
export ROFI_SYSTEMD_TERM="alacritty -e"
|
||||
. "$HOME/.lib/login.sh"
|
||||
load_xkb_map.sh
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user