ADDED ghostty
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
ghostty
|
||||
];
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
program.yazi = {
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
../../apps/git/home.nix
|
||||
../../apps/zoxide/home.nix
|
||||
../../apps/fish/home.nix
|
||||
../../apps/ghostty/home.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user