Add ghostty terminal with n
This commit is contained in:
@@ -37,7 +37,13 @@
|
||||
|
||||
kanshi.enable = true;
|
||||
|
||||
terminal.alacritty.enable = true;
|
||||
terminal = {
|
||||
alacritty.enable = true;
|
||||
ghostty = {
|
||||
enable = true;
|
||||
shell = "${pkgs.nushell}/bin/nu";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user