diff options
Diffstat (limited to 'hosts/kaworu/default.nix')
| -rw-r--r-- | hosts/kaworu/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index f20f400..48461d3 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -1,13 +1,13 @@ # Kaworu # System configuration for my desktop -{ inputs, ... }: { +{lib, ...}: { imports = [ ./hardware.nix ]; # options hostName = "kaworu"; - monitors = with inputs.self.lib.monitors; [ + monitors = with lib.monitors; [ asus acer ]; |