diff options
| -rw-r--r-- | hosts/herra/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix index cb0e790..83ff84f 100644 --- a/hosts/herra/configuration.nix +++ b/hosts/herra/configuration.nix @@ -5,6 +5,9 @@ }: { imports = [ ./hardware-configuration.nix + ./packages.nix + ./audio.nix + ./drivers.nix ]; networking.hostName = "herra"; |
