diff options
| author | schererleander <leander@schererleander.de> | 2025-04-29 20:36:46 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-04-29 20:36:46 +0200 |
| commit | ec0137a61d11c12cdef8e1dbd515315077be9c72 (patch) | |
| tree | 5ae14dc5130406569acc7e3e4c2d35ecff800aa9 /hosts/nixos/configuration.nix | |
| parent | 8342f3abaf4167aec9845c173e3325f4fc80a2c3 (diff) | |
move modules
Diffstat (limited to 'hosts/nixos/configuration.nix')
| -rw-r--r-- | hosts/nixos/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 5d8578c..a582e7b 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -4,7 +4,8 @@ imports = [ ./hardware-configuration.nix - ../../modules/nixos + ./audio.nix + ./wooting.nix ]; # Bootloader. |
