diff --git a/modules/core/default.nix b/modules/core/default.nix index 5be24f7..ae5966d 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -1,4 +1,4 @@ -{ inputs, nixpkgs, self, username, host, ...}: +{ ... }: { imports = [ (import ./bootloader.nix) ] @@ -11,6 +11,7 @@ ++ [ (import ./services.nix) ] ++ [ (import ./system.nix) ] ++ [ (import ./user.nix) ] - ++ [ (import ./wayland.nix) ] - ++ [ (import ./virtualization.nix) ]; + ++ [ (import ./bluetooth.nix) ] + ++ [ (import ./wayland.nix) ]; + # ++ [ (import ./virtualization.nix) ]; }