Format project with official nixfmt formatter (#21)

* Set nix official formatter for the flake

* format the entire project
This commit is contained in:
Gaétan Lepage
2025-10-15 22:09:51 +02:00
committed by GitHub
parent 98b3c63572
commit fba993c589
34 changed files with 375 additions and 281 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
{...}: {
{ ... }:
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
@@ -7,11 +8,11 @@
plugins = [
{
name = "plugins/git";
tags = [from:oh-my-zsh];
tags = [ "from:oh-my-zsh" ];
}
{
name = "fdellwing/zsh-bat";
tags = [as:command];
tags = [ "as:command" ];
}
];
};