update nixvim config
This commit is contained in:
@@ -139,6 +139,7 @@ in
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"docker"
|
||||
"audio"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -176,7 +177,7 @@ in
|
||||
services.lact.enable = true;
|
||||
services.rsync.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
# programs.neovim.enable = true;
|
||||
programs.neovim.enable = true;
|
||||
programs.tmux.enable = true;
|
||||
programs.bat.enable = true;
|
||||
programs.git = {
|
||||
@@ -245,10 +246,19 @@ in
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
services.pipewire.extraConfig.pipewire."92-clock-quantum" = {
|
||||
"context.properties" = {
|
||||
"default.clock.quantum" = 2048;
|
||||
"default.clock.min-quantum" = 256;
|
||||
"default.clock.max-quantum" = 4096;
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "@users";
|
||||
|
||||
Reference in New Issue
Block a user