mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 05:36:11 +01:00
feat: moved steam from home manager to packages
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
./programs/neovim.nix
|
||||
./programs/packages.nix
|
||||
./programs/shell.nix
|
||||
./programs/steam.nix
|
||||
./programs/tmux.nix
|
||||
./programs/vscodium.nix
|
||||
# ./programs/yazi.nix
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
./modules/remote-builder.nix
|
||||
./modules/security.nix
|
||||
./modules/ssh.nix
|
||||
./modules/steam.nix
|
||||
./modules/users.nix
|
||||
./modules/vm.nix
|
||||
]
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
{ inputs, pkgs, ... }: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
]
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user