diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:50:38 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:50:38 +0000 |
| commit | 7686bfae54c5d22f78798ba0cff714e8dfc5edb7 (patch) | |
| tree | 37fcbe330cd6923d378abf9f050ac27438b79f8d /hosts/pad | |
| parent | fixed autoupdate spelling mistake (diff) | |
formatting
Diffstat (limited to 'hosts/pad')
| -rw-r--r-- | hosts/pad/hardware.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/pad/hardware.nix b/hosts/pad/hardware.nix index 4c63dba..bcc20ab 100644 --- a/hosts/pad/hardware.nix +++ b/hosts/pad/hardware.nix @@ -1,5 +1,7 @@ { - hardware.graphics = { - enable = true; + hardware = { + graphics = { + enable = true; + }; }; } |
