various
This commit is contained in:
parent
bb121c2d33
commit
8768d59f2f
6 changed files with 29 additions and 65 deletions
|
|
@ -1,4 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
nix.settings.system-features = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"gccarch-znver3"
|
||||
"gccarch-znver4"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# egl-wayland
|
||||
# gpt4all-chat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue