mirror of https://github.com/materusPL/Nixerus.git
flamaster: enable steam, add steamcmd; os-profile: add steamcmd to steampackages
This commit is contained in:
parent
c793155a01
commit
636cb9f70c
|
@ -135,9 +135,12 @@
|
|||
lshw
|
||||
steamcmd
|
||||
distrobox
|
||||
steamcmd
|
||||
|
||||
config.materus.profile.packages.firefox
|
||||
config.programs.java.package
|
||||
|
||||
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
./configuration.nix
|
||||
];
|
||||
materus.profile.nix.enable = true;
|
||||
materus.profile.steam.enable = true;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@ let
|
|||
extraPkgs = pkgs: [
|
||||
config.materus.profile.packages.firefox
|
||||
|
||||
pkgs.steamcmd
|
||||
pkgs.nss_latest
|
||||
pkgs.libstrangle
|
||||
pkgs.libkrb5
|
||||
|
|
Loading…
Reference in New Issue