From 4a8da2cfd7e7faa37e8645f15725eeb8ccebe7f2 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 8 Jan 2025 13:37:35 +0000 Subject: [PATCH] small modifications to deal with nixos 24.11 build --- home/common/core/nixvim/plugins/lsp.nix | 1 - home/common/optional/desktop/common/fontconfig.nix | 2 +- hosts/common/optional/gaming.nix | 2 +- hosts/common/optional/pipewire.nix | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/common/core/nixvim/plugins/lsp.nix b/home/common/core/nixvim/plugins/lsp.nix index 840f01c..f9b7705 100644 --- a/home/common/core/nixvim/plugins/lsp.nix +++ b/home/common/core/nixvim/plugins/lsp.nix @@ -26,7 +26,6 @@ in marksman = {enable = true;}; ccls = {enable = true;}; cssls = {enable = true;}; - r-language-server = {enable = true;}; tsserver = {enable = true;}; }; keymaps = { diff --git a/home/common/optional/desktop/common/fontconfig.nix b/home/common/optional/desktop/common/fontconfig.nix index 2d8180d..f5a7311 100644 --- a/home/common/optional/desktop/common/fontconfig.nix +++ b/home/common/optional/desktop/common/fontconfig.nix @@ -3,7 +3,7 @@ home.packages = with pkgs; [ nerdfonts noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji hack-font liberation_ttf diff --git a/hosts/common/optional/gaming.nix b/hosts/common/optional/gaming.nix index be106d1..949f03b 100644 --- a/hosts/common/optional/gaming.nix +++ b/hosts/common/optional/gaming.nix @@ -23,7 +23,7 @@ # Extra dependencies gnutls openldap - libgpgerror + libgpg-error freetype sqlite libxml2 diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix index 70b8fe6..38a84bf 100644 --- a/hosts/common/optional/pipewire.nix +++ b/hosts/common/optional/pipewire.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { - sound.enable = true; #hardware.pulseaudio.enable = true; security.rtkit.enable = true; #hardware.pulseaudio.package = pkgs.pulseaudioFull;