Add rust, update starship formatting a bit
This commit is contained in:
parent
1ad2b6605a
commit
4ff07b6ee9
|
@ -44,10 +44,10 @@
|
|||
inherit local;
|
||||
primary = lib.mkDefault false;
|
||||
primaryCollection = "Work";
|
||||
remote = rec {
|
||||
remote = {
|
||||
inherit (emailConfig) userName passwordCommand;
|
||||
type = "caldav";
|
||||
url = "http://localhost:1080/users/${userName}/calendar/";
|
||||
url = "http://localhost:1080/users/${remote.userName}/calendar/";
|
||||
};
|
||||
vdirsyncer = {
|
||||
enable = lib.mkDefault emailConfig.mbsync.enable;
|
||||
|
|
|
@ -115,8 +115,8 @@
|
|||
ignore_branches = [ "master" "main" ];
|
||||
};
|
||||
git_commit = {
|
||||
format = "[ $hash$tag]($style) ";
|
||||
tag_symbol = "";
|
||||
format = "[ $hash | $tag]($style) ";
|
||||
tag_symbol = " ";
|
||||
tag_disabled = false;
|
||||
};
|
||||
git_metrics.disabled = false;
|
||||
|
@ -167,6 +167,7 @@
|
|||
symbol = " ";
|
||||
python_binary = "python3";
|
||||
};
|
||||
rust = { symbol = " "; };
|
||||
shell = {
|
||||
disabled = false;
|
||||
format = "using [$indicator ]($style)";
|
||||
|
|
|
@ -44,6 +44,7 @@ in {
|
|||
sqlite
|
||||
pandoc
|
||||
gfortran
|
||||
rustup
|
||||
texlive.combined.scheme-medium
|
||||
python3
|
||||
isort
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
;; rest ; Emacs as a REST client
|
||||
;; rst ; ReST in peace
|
||||
;; (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;; rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
(rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;; scala ; java, but good
|
||||
;; (scheme +guile) ; a fully conniving family of lisps
|
||||
(sh +lsp +tree-sitter) ; she sells {ba,z,fi}sh shells on the C xor
|
||||
|
|
Loading…
Reference in a new issue