We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7625 commit 531fecfCopy full SHA for 531fecf
modules/features/gaming/artix.nix
@@ -0,0 +1,9 @@
1
+{
2
+ flake.homeModules.gaming =
3
+ { pkgs, ... }:
4
+ {
5
+ allowedUnfreePackages = [ "artix-games-launcher" ];
6
+
7
+ home.packages = [ pkgs.artix-games-launcher ];
8
+ };
9
+}
modules/features/gaming/lutris.nix
@@ -0,0 +1,10 @@
+ programs.lutris = {
+ enable = true;
+ winePackages = [ pkgs.wineWow64Packages.full pkgs.winetricks ];
10
0 commit comments