mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 11:20:31 +01:00
idk
This commit is contained in:
parent
34ac1c621f
commit
d5ef609f6f
|
@ -215,6 +215,7 @@
|
|||
settings = {
|
||||
ensure_installed = "all";
|
||||
# highlight.enable = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
};
|
||||
treesitter-refactor = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue