From d89c90c7230dc68d5522515baf5b0671b8e7a7dc Mon Sep 17 00:00:00 2001 From: fqbn207 Date: Thu, 16 Jan 2025 13:17:48 +0100 Subject: [PATCH] kekl --- configuration.nix | 3 +++ modules/home/nix/tmux.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index aaa596e..c9a9b90 100644 --- a/configuration.nix +++ b/configuration.nix @@ -114,8 +114,11 @@ }; users = { + defaultUserShell = pkgs.fish; users = { fabian = { + useDefaultShell = true; + shell = pkgs.fish; isNormalUser = true; initialPassword = "1601"; extraGroups = [ diff --git a/modules/home/nix/tmux.nix b/modules/home/nix/tmux.nix index edf2ab2..eaf6ba4 100644 --- a/modules/home/nix/tmux.nix +++ b/modules/home/nix/tmux.nix @@ -29,6 +29,8 @@ bind -n M-Up select-pane -U bind -n M-Down select-pane -D + set-option -g default-shell fish + setw -g window-status-current-format "[ #W ]" setw -g window-status-format "#W"