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