mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 05:36:11 +01:00
feat: steam proton
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
./programs/neovim.nix
|
||||
./programs/packages.nix
|
||||
./programs/shell.nix
|
||||
./programs/steam.nix
|
||||
./programs/tmux.nix
|
||||
./programs/vscodium.nix
|
||||
# ./programs/yazi.nix
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
# > gaming < #
|
||||
prismlauncher
|
||||
classicube
|
||||
steam
|
||||
|
||||
# > development < #
|
||||
podman
|
||||
|
||||
9
home/programs/steam.nix
Normal file
9
home/programs/steam.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
]
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user