diff options
Diffstat (limited to 'users/seth/config.nix')
| -rw-r--r-- | users/seth/config.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/seth/config.nix b/users/seth/config.nix index 233c8da..1fd2f7f 100644 --- a/users/seth/config.nix +++ b/users/seth/config.nix @@ -1,10 +1,8 @@ -{ config, ... }: - -{ +{config, ...}: { imports = [ ./options.nix ./programs - ./shell + ./shell ]; options.seth = { |
