Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Jan 29, 2021
1 parent 5959b78 commit e5927b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ let
home.homeDirectory = config.users.users.${name}.home;
};
})
({...}: {
imports = cfg.sharedModules;
})
({ ... }: { imports = cfg.sharedModules; })
];
};

Expand Down Expand Up @@ -70,7 +68,7 @@ in {

sharedModules = mkOption {
type = types.listOf types.path;
default = [];
default = [ ];
example = [ /path/to/module.nix ];
description = ''
Shared home-manager modules among all users
Expand Down

0 comments on commit e5927b2

Please sign in to comment.