home: move around things a bit
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
14
home/natto/games.nix
Normal file
14
home/natto/games.nix
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user