diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:55:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:55:26 -0700 |
commit | 8a09ce9894a335bf756ec833a241437e65e37658 (patch) | |
tree | b76b167b8fbbebc7d1ba4e2296cdab1ee336d6aa /modules/system | |
parent | refactor transmission and metrics-exporter (diff) | |
download | world-8a09ce9894a335bf756ec833a241437e65e37658.tar.gz |
modules: import packages
Diffstat (limited to '')
-rw-r--r-- | modules/system/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index c39d1d2..71a469c 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -1,5 +1,6 @@ { ... }: { - imports = [ ./boot ./console ./locale ./nix ./users ./security ./btrfs ]; + imports = + [ ./packages ./boot ./console ./locale ./nix ./users ./security ./btrfs ]; } |