Add ghostty terminal with n

This commit is contained in:
Alexander
2025-08-03 22:10:24 +02:00
parent 58dcc17440
commit 3608ae4fc3
3 changed files with 34 additions and 1 deletions
+7 -1
View File
@@ -37,7 +37,13 @@
kanshi.enable = true;
terminal.alacritty.enable = true;
terminal = {
alacritty.enable = true;
ghostty = {
enable = true;
shell = "${pkgs.nushell}/bin/nu";
};
};
};
programs = {