diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:14:46 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:14:46 -0400 |
| commit | 800654b990749cb14b26f45ba6f02a3f24047c8d (patch) | |
| tree | be96f408b445867ef55fe97e322f0b7f3687f096 /hosts | |
| parent | make lib extendable with our additions (diff) | |
| download | dotfiles-nix-800654b990749cb14b26f45ba6f02a3f24047c8d.tar.gz dotfiles-nix-800654b990749cb14b26f45ba6f02a3f24047c8d.tar.bz2 dotfiles-nix-800654b990749cb14b26f45ba6f02a3f24047c8d.zip | |
add openrgb support, and custom rust scheduler
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/kaworu/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index 48461d3..b85b86d 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -29,6 +29,7 @@ }; gaming = { enable = true; + openrgb.enable = true; homestuck.enable = true; minecraft.enable = true; steam.enable = true; |