Enable 32bit graphics on crow
This commit is contained in:
parent
fc81d64491
commit
31ee304be9
1 changed files with 5 additions and 0 deletions
|
|
@ -87,6 +87,11 @@
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
time.hardwareClockInLocalTime = false;
|
time.hardwareClockInLocalTime = false;
|
||||||
|
|
||||||
|
hardware.graphics = {
|
||||||
|
enable = true;
|
||||||
|
enable32Bit = true;
|
||||||
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue