diff --git a/configuration.nix b/configuration.nix index 3291e93..de9c192 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,12 +7,12 @@ # home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz"; # in { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - # (import "${home-manager}/nixos") - # /nixos - ]; + # imports = + # [ # Include the results of the hardware scan. + # # ./hardware-configuration.nix + # # (import "${home-manager}/nixos") + # # /nixos + # ]; # Bootloader. boot.loader.systemd-boot.enable = true; diff --git a/flake.nix b/flake.nix index 6b926df..2bfbd43 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ system = "x86_64-linux"; modules = [ ./configuration.nix + ./hardware-configuration.nix home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;