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