diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 09:34:23 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 09:34:23 -0400 |
| commit | 17cf2654a2fbd5908c049748a32ba61e1455757e (patch) | |
| tree | 56b99e2b5e8a71e7a4f12c2f9f64b67cc36047d9 /hosts | |
| parent | nicify system (diff) | |
| download | dotfiles-nix-17cf2654a2fbd5908c049748a32ba61e1455757e.tar.gz dotfiles-nix-17cf2654a2fbd5908c049748a32ba61e1455757e.tar.bz2 dotfiles-nix-17cf2654a2fbd5908c049748a32ba61e1455757e.zip | |
add amd anti lag
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 0750d29..cbe6834 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -94,6 +94,7 @@ }; # modules + amdgpu.enable = true; battery.enable = true; bluetooth.enable = true; network.enable = true; |