add poetry template

This commit is contained in:
Noah Masur
2022-06-20 23:34:24 -04:00
parent f5ab31dd82
commit b7788431d2
7 changed files with 136 additions and 3 deletions

View File

@ -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 = {

View File

@ -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)"; };
};
};