stuf
This commit is contained in:
parent
0febca345b
commit
e1492e9cef
4 changed files with 12 additions and 3 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
# };
|
# };
|
||||||
programs.qgroundcontrol.enable = true;
|
programs.qgroundcontrol.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
chromium
|
||||||
claude-code
|
claude-code
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
# act
|
# act
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,7 @@ in {
|
||||||
tinymist
|
tinymist
|
||||||
toastify
|
toastify
|
||||||
typst
|
typst
|
||||||
|
typstyle
|
||||||
usbutils
|
usbutils
|
||||||
vial
|
vial
|
||||||
wezterm
|
wezterm
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,9 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
remotes.origin.auto-track-bookmarks = "glob:*";
|
remotes.origin.auto-track-bookmarks = "glob:*";
|
||||||
|
aliases = {
|
||||||
|
"init" = ["git" "init"];
|
||||||
|
};
|
||||||
user = {
|
user = {
|
||||||
name = "Tao Tien";
|
name = "Tao Tien";
|
||||||
email = "29749622+taotien@users.noreply.github.com";
|
email = "29749622+taotien@users.noreply.github.com";
|
||||||
|
|
|
||||||
|
|
@ -242,10 +242,11 @@
|
||||||
{
|
{
|
||||||
name = "typst";
|
name = "typst";
|
||||||
language-servers = ["tinymist"];
|
language-servers = ["tinymist"];
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "typst";
|
|
||||||
text-width = 100;
|
text-width = 100;
|
||||||
|
auto-format = true;
|
||||||
|
formatter = {
|
||||||
|
command = "typstyle";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
@ -311,6 +312,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# niv.config = {
|
||||||
|
# autoArchive = true;
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
use-grammars.only = [
|
use-grammars.only = [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue