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