Install comma. Remove unused programs.
This commit is contained in:
parent
0f26b88080
commit
f5245e6450
2 changed files with 2 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
||||||
cargo
|
cargo
|
||||||
clang
|
clang
|
||||||
codeium
|
codeium
|
||||||
|
comma
|
||||||
dogdns
|
dogdns
|
||||||
gnumake
|
gnumake
|
||||||
go
|
go
|
||||||
|
@ -19,10 +20,8 @@
|
||||||
prettierd
|
prettierd
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
rustc
|
rustc
|
||||||
sqlite
|
|
||||||
stylua
|
stylua
|
||||||
tree-sitter
|
tree-sitter
|
||||||
zig
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
@ -41,7 +41,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
push-branch-prefix = "dln/push-"
|
push-branch-prefix = "dln/push-";
|
||||||
};
|
};
|
||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
|
|
Loading…
Reference in a new issue