diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-19 21:46:33 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-19 21:46:33 +0200 |
| commit | c6c19eb070196aad30c973c9fc59cb273714bab0 (patch) | |
| tree | bb217fc6bf46af719e596c32e12be8fefbeb60f9 /hosts/workstation | |
| parent | 9d4d6f9a7a0002e38b0b5490391afbe0718870d5 (diff) | |
add xdg dirs and set screenr res for ws
Diffstat (limited to 'hosts/workstation')
| -rw-r--r-- | hosts/workstation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 45fac27..16d1943 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -14,6 +14,7 @@ enable = true; device = "nodev"; efiSupport = true; + gfxmodeEfi = "1920x1080"; }; }; |