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