HTPC hardware tweaks
This commit is contained in:
parent
474b59ebe3
commit
c77c4d5c79
2 changed files with 7 additions and 4 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue