mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09: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/neovim.nix
|
||||||
./programs/packages.nix
|
./programs/packages.nix
|
||||||
./programs/shell.nix
|
./programs/shell.nix
|
||||||
./programs/steam.nix
|
|
||||||
./programs/tmux.nix
|
./programs/tmux.nix
|
||||||
./programs/vscodium.nix
|
./programs/vscodium.nix
|
||||||
# ./programs/yazi.nix
|
# ./programs/yazi.nix
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
./modules/remote-builder.nix
|
./modules/remote-builder.nix
|
||||||
./modules/security.nix
|
./modules/security.nix
|
||||||
./modules/ssh.nix
|
./modules/ssh.nix
|
||||||
|
./modules/steam.nix
|
||||||
./modules/users.nix
|
./modules/users.nix
|
||||||
./modules/vm.nix
|
./modules/vm.nix
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }: {
|
||||||
{
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraCompatPackages = with pkgs; [
|
extraCompatPackages = with pkgs; [
|
||||||
proton-ge-bin
|
proton-ge-bin
|
||||||
]
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user