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