mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:16:10 +01:00
feat: moved steam from home manager to packages
This commit is contained in:
8
hosts/modules/steam.nix
Normal file
8
hosts/modules/steam.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user