This commit is contained in:
Till 2023-12-20 16:24:24 +01:00
parent 7c2c143285
commit 42bcaf29af
3 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,7 @@
enable = true;
settings = {
main = {
shell = "/home/till/.nix-profile/bin/fish -c 'tmux attach || tmux'";
shell = "${pkgs.fish}/bin/fish -c 'tmux attach || tmux'";
pad = "22x22";
font = "JetBrains Mono:size=14";
initial-window-mode = "maximized";