Update FredOS-Gaming.nix
This commit is contained in:
parent
c8b03c0b2e
commit
cfaaa5e38e
1 changed files with 7 additions and 7 deletions
|
|
@ -8,13 +8,13 @@
|
||||||
};
|
};
|
||||||
}; # <--- SEMICOLON (Required)
|
}; # <--- SEMICOLON (Required)
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = [ # NO 'with pkgs;'
|
||||||
lutris
|
pkgs.lutris
|
||||||
adwaita-icon-theme
|
pkgs.adwaita-icon-theme
|
||||||
nix-index
|
pkgs.nix-index
|
||||||
libdecor
|
pkgs.libdecor
|
||||||
pkgs.lib32.libdecor
|
pkgs.lib32.libdecor # This will now work correctly!
|
||||||
]; # <--- SEMICOLON (Required)
|
]; # <--- SEMICOLON (Required)
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue