diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/cat.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/cat.nix b/nixos/cat.nix index deb8bcc..bcd36d0 100644 --- a/nixos/cat.nix +++ b/nixos/cat.nix @@ -35,6 +35,11 @@ cat ~/.cache/wal/sequences end ''; + loginShellInit = '' + if test -z "$DISPLAY" -a (tty) = "/dev/tty1" + exec start-hyprland + end + ''; }; programs.kitty = { |
