treewide: use strict mode for nixfmt (#2041)

Link: https://github.com/nix-community/stylix/pull/2041
Link: https://github.com/nix-community/stylix/pull/1976#discussion_r2539186937

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit 3a332459f4)
This commit is contained in:
0xda157 2025-12-05 14:05:09 -10:00
parent 62a3fa671e
commit c3e7ce08ae
82 changed files with 110 additions and 378 deletions

View file

@ -5,7 +5,5 @@
useTerminal = true;
};
home-manager.sharedModules = lib.singleton {
programs.opencode.enable = true;
};
home-manager.sharedModules = lib.singleton { programs.opencode.enable = true; };
}