This commit is contained in:
iFargle 2023-08-23 19:30:28 +09:00
parent 104502ba7b
commit 8878f794a5

View file

@ -1,9 +1,9 @@
{ config, lib, pkgs, modulesPath, desktop, username, ... }: { { config, lib, pkgs, modulesPath, desktop, username, ... }: {
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix")
../../common/services/powertop.nix ../../common/services/powertop.nix
../../common/modules/secureboot.nix ../../common/modules/secureboot.nix
]; ];
# steam, nvidia-x11, etc # steam, nvidia-x11, etc
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;