diff --git a/home/modules/nixvim.nix b/home/modules/nixvim.nix index 668178d..5a1ec32 100644 --- a/home/modules/nixvim.nix +++ b/home/modules/nixvim.nix @@ -215,6 +215,7 @@ settings = { ensure_installed = "all"; # highlight.enable = true; + highlight.enable = true; }; }; treesitter-refactor = { diff --git a/hosts/x86_64-linux/asmodeus/default.nix b/hosts/x86_64-linux/asmodeus/default.nix index 3d431c5..1bdf091 100644 --- a/hosts/x86_64-linux/asmodeus/default.nix +++ b/hosts/x86_64-linux/asmodeus/default.nix @@ -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;