Updated configuration

This commit is contained in:
2025-08-26 09:21:24 -03:00
parent 3b2ccc8417
commit c784df06fd
39 changed files with 1859 additions and 176 deletions

View File

@@ -21,6 +21,7 @@ in {
# FIXME(starter): add/edit as desired
./fonts.nix
./kitty.nix
./ghostty.nix
./git.nix
./ssh.nix
./shell
@@ -28,7 +29,7 @@ in {
inherit hostSpec;
services.ssh-agent.enable = true;
#services.ssh-agent.enable = true;
home = {
username = lib.mkDefault config.hostSpec.username;

View File

@@ -0,0 +1,9 @@
{
programs.ghostty = {
# Enable Ghostty (adjust package/settings in host/home files if needed)
enable = true;
# Example: set a specific package or settings here if desired
# package = pkgs.ghostty; # uncomment to pin package
# settings = { theme = "default"; };
};
}

View File

@@ -1,5 +1,5 @@
{
programs.kitty = {
enable = true;
};
};
}