Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6758b8f6bc | |||
| 105393e0d0 | |||
| 84153bbf3e |
+3
-3
@@ -13,9 +13,9 @@
|
||||
};
|
||||
font.size = 12;
|
||||
|
||||
terminal.shell = {
|
||||
program = "${pkgs.zellij}/bin/zellij";
|
||||
};
|
||||
# terminal.shell = {
|
||||
# program = "${pkgs.zellij}/bin/zellij";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
+5
-5
@@ -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 |
Reference in New Issue
Block a user