diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 14:50:35 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:50 -0700 |
| commit | ea3a9439ca7ee6918397e54273c47f63e1a3faeb (patch) | |
| tree | fe2b2a1c68f6afbd9d0f25edc9148017a699dd4a /snowfall/homes | |
| parent | 1750662f7d5d866f538b9e1f42fc4bade98e75a8 (diff) | |
migration: prismlauncher
Diffstat (limited to 'snowfall/homes')
| -rw-r--r-- | snowfall/homes/x86_64-linux/c/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix index 10a961b..da64583 100644 --- a/snowfall/homes/x86_64-linux/c/default.nix +++ b/snowfall/homes/x86_64-linux/c/default.nix @@ -9,10 +9,12 @@ with lib; with lib.${namespace}; { desktop.enable = true; dev.enable = true; media.enable = true; + gaming.enable = true; misc.enable = true; }; apps.discord.enable = true; + apps.prismlauncher.extra.rusherhack.enable = true; tools.git = { name = "Caroline Larimore"; |