Update nixos/hosts/nixos-framework/default.nix

This commit is contained in:
albert 2023-11-11 22:05:30 +09:00
parent e6db3e67d3
commit 8d2c61e5ca

View file

@ -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