This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
my = import ./toggles.nix { inherit inputs; };
|
||||
home = {
|
||||
username = "carlosdaniloreyesmartinez";
|
||||
homeDirectory = "/Users/carlosdaniloreyesmartinez";
|
||||
@@ -13,10 +14,11 @@
|
||||
starship.enable = true;
|
||||
kitty = {
|
||||
enable = true;
|
||||
shellIntegration.enableBashIntegration = false;
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
settings.term = "xterm-256color";
|
||||
shellIntegration = {
|
||||
enableBashIntegration = false;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
my = import ./toggles.nix { inherit inputs; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user