replace variant argument with modules
All checks were successful
/ build-all (push) Successful in 1m18s
All checks were successful
/ build-all (push) Successful in 1m18s
This commit is contained in:
parent
f2608d0a82
commit
1a0086f941
13 changed files with 586 additions and 577 deletions
|
|
@ -1,13 +1,12 @@
|
|||
{ lib, config, pkgs, variant, ... }: {
|
||||
{ lib, config, pkgs, ... }: {
|
||||
nixpkgs.config = { allowUnfree = true; };
|
||||
|
||||
home.packages = if variant == "default" then with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
lutris
|
||||
prismlauncher
|
||||
gamemode
|
||||
mangohud
|
||||
heroic
|
||||
steam
|
||||
]
|
||||
else [];
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue