test
This commit is contained in:
parent
104502ba7b
commit
8878f794a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue