mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:26:11 +01:00
more zsh fun
This commit is contained in:
3
home-manager/features/desktop/dwm/.zprofile
Normal file
3
home-manager/features/desktop/dwm/.zprofile
Normal file
@@ -0,0 +1,3 @@
|
||||
if [ "$(tty)" = "/dev/tty1" ];then
|
||||
exec startx
|
||||
fi
|
||||
@@ -34,5 +34,8 @@
|
||||
".xinitrc" = {
|
||||
source = ./.xinitrc;
|
||||
};
|
||||
".zprofile" = {
|
||||
source = ./.zprofile;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user