guh
This commit is contained in:
parent
a6d2cbad1a
commit
bc3d6c9b5f
@ -77,7 +77,7 @@ in
|
||||
algorithm = "zstd";
|
||||
};
|
||||
|
||||
nix.settings.max-jobs = lib.mkDefault 8;
|
||||
nix.settings.max-jobs = lib.mkForce 16;
|
||||
security = {
|
||||
pam.loginLimits = [
|
||||
{
|
||||
@ -108,7 +108,12 @@ in
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
services.xserver.videoDrivers = ["nvidia" "amdgpu"];
|
||||
hardware = {
|
||||
nvidia.prime = {
|
||||
amdgpuBusId = "PCI:5:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
opengl = {
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
@ -133,6 +138,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.light.enable = true;
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
fontconfig.enable = true;
|
||||
|
@ -25,6 +25,7 @@ in {
|
||||
"wheel"
|
||||
"adbusers"
|
||||
"dialout"
|
||||
"video"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
hashedPassword = "$6$spzqhAyJfhHy$iHgLBlhjGn1l8PnbjJdWTn1GPvcjMqYNKUzdCe/7IrX6sHNgETSr/Nfpdmq9FCXLhrAfwHOd/q/8SvfeIeNX4/";
|
||||
@ -176,6 +177,8 @@ in {
|
||||
cloudflared
|
||||
lutris
|
||||
discord-open-asar
|
||||
gamescope
|
||||
protontricks
|
||||
];
|
||||
shellAliases =
|
||||
nixosConfig.environment.shellAliases
|
||||
|
Loading…
Reference in New Issue
Block a user