mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
This commit is contained in:
parent
981c43c186
commit
ca9a3149a5
2 changed files with 35 additions and 17 deletions
|
@ -17,14 +17,15 @@ in
|
|||
my.hardware = {
|
||||
bluetooth.enable = true;
|
||||
debug.enable = true;
|
||||
drive-monitor = {
|
||||
enable = true;
|
||||
};
|
||||
drive-monitor.enable = true;
|
||||
firmware = {
|
||||
enable = true;
|
||||
inherit cpuFlavor;
|
||||
};
|
||||
graphics.cpuFlavor = cpuFlavor;
|
||||
graphics = {
|
||||
enable = true;
|
||||
inherit cpuFlavor;
|
||||
};
|
||||
id-card.enable = true;
|
||||
keychron.enable = true;
|
||||
monitor.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue