refactor: nix fmt classic to nix fmt
This commit is contained in:
parent
ca78adc858
commit
f9614371a3
57 changed files with 923 additions and 493 deletions
|
|
@ -2,13 +2,13 @@
|
|||
let
|
||||
inherit (lib) mkOption types mkIf;
|
||||
cfg = config.rsydn.direnv;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.rsydn.direnv = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description =
|
||||
"Enable direnv with nix-direnv for automatic devshell activation.";
|
||||
description = "Enable direnv with nix-direnv for automatic devshell activation.";
|
||||
};
|
||||
silent = mkOption {
|
||||
type = types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue