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:
parent
62a3fa671e
commit
c3e7ce08ae
82 changed files with 110 additions and 378 deletions
|
|
@ -5,7 +5,5 @@
|
|||
useTerminal = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.opencode.enable = true;
|
||||
};
|
||||
home-manager.sharedModules = lib.singleton { programs.opencode.enable = true; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue