Updated configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
9
home/panotaka/common/core/ghostty.nix
Normal file
9
home/panotaka/common/core/ghostty.nix
Normal 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"; };
|
||||
};
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user