Add pulseaudio 32bit support.
This commit is contained in:
parent
970133faad
commit
77ab79e3b1
@ -100,6 +100,9 @@
|
|||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable 32bit support for pulseaudio
|
||||||
|
hardware.pulseaudio.support32Bit = true;
|
||||||
|
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -139,11 +142,10 @@
|
|||||||
gamemode
|
gamemode
|
||||||
ipafont
|
ipafont
|
||||||
ryzenadj
|
ryzenadj
|
||||||
|
wineWowPackages.staging
|
||||||
|
lutris
|
||||||
(catppuccin-kde.override { winDecStyles = ["classic" "modern"] ;})
|
(catppuccin-kde.override { winDecStyles = ["classic" "modern"] ;})
|
||||||
# catppuccin-gtk
|
|
||||||
# catppuccin-cursors.frappeRosewater
|
|
||||||
catppuccin-sddm-corners
|
catppuccin-sddm-corners
|
||||||
# (catppuccin-papirus-folders.override { flavor = "frappe"; accent = "pink"; })
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Wireguard settings
|
# Wireguard settings
|
||||||
@ -187,7 +189,7 @@
|
|||||||
users.users.crony = {
|
users.users.crony = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Crony";
|
description = "Crony";
|
||||||
extraGroups = [ "network" "wheel" "video" "input" "audio" ];
|
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -223,6 +225,16 @@
|
|||||||
wantedBy = ["default.target"];
|
wantedBy = ["default.target"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Esync
|
||||||
|
systemd.extraConfig = "DefaultLimitNOFILE=1048576";
|
||||||
|
|
||||||
|
security.pam.loginLimits = [{
|
||||||
|
domain = "*";
|
||||||
|
type = "hard";
|
||||||
|
item = "nofile";
|
||||||
|
value = "1048576";
|
||||||
|
}];
|
||||||
|
|
||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user