add os config
This commit is contained in:
parent
d8d692d313
commit
33bf5ec883
30 changed files with 271 additions and 5 deletions
13
gaming.nix
13
gaming.nix
|
|
@ -1,13 +0,0 @@
|
|||
{ lib, config, pkgs, variant, ... }: {
|
||||
nixpkgs.config = { allowUnfree = true; };
|
||||
|
||||
home.packages = if variant == "default" then with pkgs; [
|
||||
lutris
|
||||
prismlauncher
|
||||
gamemode
|
||||
mangohud
|
||||
heroic
|
||||
steam
|
||||
]
|
||||
else [];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue