Compare commits

...

3 Commits

Author SHA1 Message Date
nils 6758b8f6bc neues stand. wp 2026-01-03 11:53:28 +01:00
nils 105393e0d0 keine abbr 2026-01-03 11:53:17 +01:00
nils 84153bbf3e zellij kein autostart 2026-01-03 11:53:07 +01:00
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -13,9 +13,9 @@
};
font.size = 12;
terminal.shell = {
program = "${pkgs.zellij}/bin/zellij";
};
# terminal.shell = {
# program = "${pkgs.zellij}/bin/zellij";
# };
};
};
}
+5 -5
View File
@@ -2,11 +2,10 @@
programs.fish = {
enable = true;
shellAbbrs = {
# nix develop -c $SHELL
nd = "nix develop -c fish";
lg = "lazygit";
};
# shellAbbrs = {
# nd = "nix develop -c fish";
# lg = "lazygit";
# };
interactiveShellInit = ''
set fish_greeting
@@ -59,6 +58,7 @@
programs.starship = {
enable = true;
enableFishIntegration = true;
};
programs.git = {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB