home: move around things a bit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 16:57:00 +05:30
parent 48e46b465f
commit 684b9a41cc
12 changed files with 61 additions and 50 deletions

14
home/natto/games.nix Normal file
View File

@@ -0,0 +1,14 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# Wine and games and stuff
wineWowPackages.stable
steam
winetricks
# lutris
# inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
];
programs.mangohud.enable = true;
}