mirror of
https://github.com/materusPL/Nixerus.git
synced 2025-06-19 08:46:15 +02:00
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…
x
Reference in New Issue
Block a user