diff options
Diffstat (limited to 'hosts/kaworu')
| -rw-r--r-- | hosts/kaworu/default.nix | 2 | ||||
| -rw-r--r-- | hosts/kaworu/hardware.nix | 2 |
2 files changed, 2 insertions, 2 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 ]; diff --git a/hosts/kaworu/hardware.nix b/hosts/kaworu/hardware.nix index 8b49109..c3c9a57 100644 --- a/hosts/kaworu/hardware.nix +++ b/hosts/kaworu/hardware.nix @@ -1,4 +1,4 @@ -{...}: { +_: { # bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi = { |