Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-09 16:00:56 +00:00 committed by GitHub
parent f8032103b4
commit 61f788092c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,15 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
(lib.mkIf (config.networking.hostName == "FredOS-Gaming") { (lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
nixpkgs.config.packageOverrides = pkgs: { # Remove this entire packageOverrides section - it's not working
pkgs = pkgs // {
lib32 = pkgs.pkgsi686Linux.pkgs;
};
};
environment.systemPackages = [ environment.systemPackages = [
pkgs.lutris pkgs.lutris
pkgs.adwaita-icon-theme pkgs.adwaita-icon-theme
pkgs.nix-index pkgs.nix-index
pkgs.libdecor pkgs.libdecor
pkgs.lib32.libdecor pkgs.pkgsi686Linux.libdecor # This is the correct way
]; # <--- Semicolon required here ];
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;