diff --git a/nixos/hosts/nixos-laptop/default.nix b/nixos/hosts/nixos-laptop/default.nix index 275cfdac..ed169dce 100644 --- a/nixos/hosts/nixos-laptop/default.nix +++ b/nixos/hosts/nixos-laptop/default.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, modulesPath, desktop, username, ... }: { imports = [ + (modulesPath + "/installer/scan/not-detected.nix") ../../common/services/powertop.nix ../../common/modules/secureboot.nix ]; - # steam, nvidia-x11, etc nixpkgs.config.allowUnfree = true;