mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
flake update and minor updates
This commit is contained in:
parent
a91f9d00d0
commit
f4ac5a2006
2 changed files with 83 additions and 13 deletions
9
home.nix
9
home.nix
|
@ -195,6 +195,13 @@
|
|||
name = "Salar Rahmanian";
|
||||
email = "code@softinio.com";
|
||||
};
|
||||
aliases = {
|
||||
l = [
|
||||
"log"
|
||||
"-r"
|
||||
"(main..@):: | (main..@)-"
|
||||
];
|
||||
};
|
||||
ui = {
|
||||
diff.format = "git";
|
||||
diff.tool = [
|
||||
|
@ -233,7 +240,7 @@
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
command_timeout = 1000;
|
||||
command_timeout = 3000;
|
||||
character = {
|
||||
success_symbol = " [λ](bold green)";
|
||||
error_symbol = " [λ](bold red)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue