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>
This commit is contained in:
0xda157 2025-12-05 14:05:09 -10:00 committed by GitHub
parent 46440f1bc8
commit 3a332459f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
82 changed files with 110 additions and 378 deletions

View file

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