mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
add poetry template
This commit is contained in:
@ -20,7 +20,6 @@ in {
|
||||
home-manager.users.root.programs.git = {
|
||||
enable = true;
|
||||
extraConfig.safe.directory = config.dotfilesPath;
|
||||
ignores = [ ".direnv/**" "result" ];
|
||||
};
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
@ -34,6 +33,7 @@ in {
|
||||
pull = { ff = "only"; };
|
||||
init = { defaultBranch = "master"; };
|
||||
};
|
||||
ignores = [ ".direnv/**" "result" ];
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
|
@ -9,7 +9,7 @@
|
||||
"$git_branch"
|
||||
"$git_commit"
|
||||
"$git_status"
|
||||
"$python"
|
||||
"$nix_shell"
|
||||
"$cmd_duration"
|
||||
"$character"
|
||||
];
|
||||
@ -47,7 +47,8 @@
|
||||
deleted = "✘";
|
||||
style = "red";
|
||||
};
|
||||
python = { format = "[\\($virtualenv\\)]($style)"; };
|
||||
nix_shell = { format = "[$symbol]($style)"; };
|
||||
python = { format = "[\${version}\\(\${virtualenv}\\)]($style)"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user