Update FredOS-Gaming.nix
This commit is contained in:
parent
f8032103b4
commit
61f788092c
1 changed files with 3 additions and 8 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue