fish: Start dwm on tty2

Makes it easier to run Hyprland and dwm simultaneously.
This commit is contained in:
Donovan Glover 2024-08-31 12:09:47 -04:00
parent 92d9ed77b0
commit 4f63c60124
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -4,6 +4,13 @@
programs.fish = {
enable = true;
loginShellInit = # fish
''
if test (tty) = /dev/tty2
exec startx
end
'';
shellInit = # fish
''
set -U fish_greeting ""