mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
various fixes
This commit is contained in:
parent
c13f56c217
commit
1cfe329423
6 changed files with 50 additions and 44 deletions
|
|
@ -21,8 +21,6 @@
|
|||
};
|
||||
allowedUnfree = [
|
||||
"nvidia-x11"
|
||||
"steam"
|
||||
"steam-original"
|
||||
];
|
||||
};
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
|
@ -42,7 +40,6 @@
|
|||
loadInNixShell = false;
|
||||
silent = true;
|
||||
};
|
||||
programs.fish.enable = true;
|
||||
|
||||
nix.settings.system-features = ["kvm" "big-parallel" "nixos-test" "benchmark"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue