From 61f788092c127d07dc1fd01e805cc51519e05d8a Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 16:00:56 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 30e977d..806839c 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -1,20 +1,15 @@ { config, pkgs, lib, ... }: - (lib.mkIf (config.networking.hostName == "FredOS-Gaming") { - nixpkgs.config.packageOverrides = pkgs: { - pkgs = pkgs // { - lib32 = pkgs.pkgsi686Linux.pkgs; - }; - }; + # Remove this entire packageOverrides section - it's not working environment.systemPackages = [ pkgs.lutris pkgs.adwaita-icon-theme pkgs.nix-index pkgs.libdecor - pkgs.lib32.libdecor - ]; # <--- Semicolon required here + pkgs.pkgsi686Linux.libdecor # This is the correct way + ]; hardware.graphics = { enable = true;