about summary refs log tree commit diff
path: root/nix/profiles/home-manager
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-05-02 09:03:20 -0700
committerFranck Cuny <fcuny@roblox.com>2024-05-02 09:03:20 -0700
commit8789d43b5d174dde1f71b36cce80769808996e2e (patch)
tree9f9c31c088e2b3eca05f66293ef6bd699b9c28f7 /nix/profiles/home-manager
parentinstall and configure tmux for alacritty (diff)
downloadworld-8789d43b5d174dde1f71b36cce80769808996e2e.tar.gz
i dont know
Diffstat (limited to '')
-rw-r--r--nix/profiles/home-manager/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index 936d34b..dfa7f7a 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -64,6 +64,7 @@
       shell = {
         program = "${pkgs.fish}/bin/fish";
         args = [
+          "--login"
           "-c"
           "tmux attach -t base || tmux new -s base"
         ];