From 8878f794a51e82ff72c9146b228e6f9bb7e40133 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 23 Aug 2023 19:30:28 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;