Update nixos/hosts/nixos-framework/default.nix
This commit is contained in:
parent
f9966404bf
commit
5de72647d6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-hardware.nixosModules.framework.13th-gen-intel
|
'inputs.nixos-hardware.nixosModules.framework.13th-gen-intel'
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./disks.nix
|
./disks.nix
|
||||||
../../common/services/powertop.nix
|
../../common/services/powertop.nix
|
||||||
|
|
Loading…
Reference in a new issue