From d5ef609f6f0c6d6dc9e5afcc77c52ecce308bd9f Mon Sep 17 00:00:00 2001 From: xqtc Date: Mon, 30 Sep 2024 20:37:29 +0200 Subject: [PATCH] idk --- home/modules/nixvim.nix | 1 + hosts/x86_64-linux/asmodeus/default.nix | 11 +++++++++++ 2 files changed, 12 insertions(+) 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;