HTPC hardware tweaks

This commit is contained in:
Daniel Flanagan 2024-01-24 21:25:09 -06:00
parent 474b59ebe3
commit c77c4d5c79
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 7 additions and 4 deletions

View file

@ -120,11 +120,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1705187059, "lastModified": 1706085157,
"narHash": "sha256-dSj+iIYqLA+7/5rLXWfUxw9IXRm0w8Mrm39af8klUH0=", "narHash": "sha256-0pTbYwn9qubaZLtuN0Ouj0neEfrir1wSNyH8gL1BzB0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "ef811636cc847355688804593282078bac7758d4", "rev": "e756ff62c2e9db4f7c197bc1849a02024a7bfb2e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,7 +1,7 @@
{ {
lib, lib,
inputs,
outputs, outputs,
config,
modulesPath, modulesPath,
... ...
}: { }: {
@ -10,6 +10,9 @@
imports = with outputs.nixosModules; [ imports = with outputs.nixosModules; [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
inputs.hardware.nixosModules.common-cpu-intel-kaby-lake
inputs.hardware.nixosModules.common-pc-ssd
inputs.hardware.nixosModules.common-pc
desktop-usage desktop-usage
gnome gnome
wifi wifi