moved steam config out of nix configurations

This commit is contained in:
Leyla Becker 2025-06-03 16:32:44 -05:00
parent 9c7cc3e3a7
commit 2c011fda87
6 changed files with 12 additions and 16 deletions

View file

@ -52,6 +52,7 @@ in {
discord.enable = true;
makemkv.enable = true;
signal-desktop-bin.enable = true;
steam.enable = true;
})
];
};