diff --git a/hosts/kitty/default.nix b/hosts/kitty/default.nix index a7635ad..57c2b4b 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 1387d2f..ecae484 100644 --- a/hosts/tower/default.nix +++ b/hosts/tower/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./boot