This commit is contained in:
xqtc 2024-09-30 20:37:29 +02:00
parent 34ac1c621f
commit d5ef609f6f
2 changed files with 12 additions and 0 deletions

View file

@ -215,6 +215,7 @@
settings = {
ensure_installed = "all";
# highlight.enable = true;
highlight.enable = true;
};
};
treesitter-refactor = {

View file

@ -136,8 +136,19 @@
pulse.enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
extraConfig = {
pipewire = {
"10-clock-rate" = {
"context.properties" = {
"default.clock.rate" = 44100;
};
};
};
};
};
programs.gamemode.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;