diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/kaworu/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index 5056512..940f3fc 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -1,6 +1,6 @@ # Kaworu # System configuration for my desktop -{...}: { +_: { imports = [ ./hardware.nix ]; |