gaming = only mc :(

This commit is contained in:
Odweta
2026-01-21 19:01:32 +01:00
parent 0119aa6452
commit 2e3d168300
4 changed files with 0 additions and 22 deletions
-3
View File
@@ -2,10 +2,7 @@
{ {
imports = [ imports = [
./flatpak.nix
./heroic.nix
./qbittorrent.nix ./qbittorrent.nix
./steam.nix
./wine.nix ./wine.nix
]; ];
} }
-5
View File
@@ -1,5 +0,0 @@
{ pkgs, ... }:
{
services.flatpak.enable = true;
}
-7
View File
@@ -1,7 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
heroic
];
}
-7
View File
@@ -1,7 +0,0 @@
{ pkgs, ... }:
{
programs.steam.enable = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.graphics.enable32Bit = true;
}