gaming = only mc :(
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./flatpak.nix
|
||||
./heroic.nix
|
||||
./qbittorrent.nix
|
||||
./steam.nix
|
||||
./wine.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
heroic
|
||||
];
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware.graphics.enable32Bit = true;
|
||||
}
|
||||
Reference in New Issue
Block a user