diff --git a/hosts/kitty/default.nix b/hosts/kitty/default.nix index a7635ad6..57c2b4be 100644 --- a/hosts/kitty/default.nix +++ b/hosts/kitty/default.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ ... }: { imports = [ ./boot diff --git a/hosts/tower/default.nix b/hosts/tower/default.nix index 1387d2f7..ecae4847 100644 --- a/hosts/tower/default.nix +++ b/hosts/tower/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./boot