Compare commits
4 commits
6ee7a9ad94
...
4ef6aacaed
Author | SHA1 | Date | |
---|---|---|---|
4ef6aacaed | |||
8e1c2e0867 | |||
028c567b47 | |||
11e0b98bac |
4 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,8 @@ in
|
|||
godot_4
|
||||
libresprite
|
||||
|
||||
pkgs.apache-directory-studio
|
||||
|
||||
## 3d printer
|
||||
# Cannot build unstable Cura!
|
||||
# See: https://github.com/NixOS/nixpkgs/issues/325896
|
||||
|
|
|
@ -69,7 +69,7 @@ in
|
|||
|
||||
plugins.style.neoformat.autoformat = {
|
||||
enable = true;
|
||||
pattern = [ "*.ts" "*.tsx" "*.rs" "flake.nix" ];
|
||||
pattern = [ "*.ts" "*.mts" "*.cts" "*.tsx" "*.rs" "flake.nix" ];
|
||||
};
|
||||
|
||||
plugins.navigation = {
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
|
||||
lo = "log --pretty=oneline";
|
||||
los = "log --pretty='format:%s'";
|
||||
loH = "log --pretty='format:%H'";
|
||||
|
||||
sma = "submodule add";
|
||||
smui = "submodule update --init";
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue