small modifications to deal with nixos 24.11 build

This commit is contained in:
Sam 2025-01-08 13:37:35 +00:00
parent bfe2079b25
commit 4a8da2cfd7
4 changed files with 2 additions and 4 deletions

View File

@ -26,7 +26,6 @@ in
marksman = {enable = true;};
ccls = {enable = true;};
cssls = {enable = true;};
r-language-server = {enable = true;};
tsserver = {enable = true;};
};
keymaps = {

View File

@ -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

View File

@ -23,7 +23,7 @@
# Extra dependencies
gnutls
openldap
libgpgerror
libgpg-error
freetype
sqlite
libxml2

View File

@ -1,6 +1,5 @@
{ pkgs, ... }:
{
sound.enable = true;
#hardware.pulseaudio.enable = true;
security.rtkit.enable = true;
#hardware.pulseaudio.package = pkgs.pulseaudioFull;