small modifications to deal with nixos 24.11 build
This commit is contained in:
parent
bfe2079b25
commit
4a8da2cfd7
|
@ -26,7 +26,6 @@ in
|
|||
marksman = {enable = true;};
|
||||
ccls = {enable = true;};
|
||||
cssls = {enable = true;};
|
||||
r-language-server = {enable = true;};
|
||||
tsserver = {enable = true;};
|
||||
};
|
||||
keymaps = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# Extra dependencies
|
||||
gnutls
|
||||
openldap
|
||||
libgpgerror
|
||||
libgpg-error
|
||||
freetype
|
||||
sqlite
|
||||
libxml2
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
sound.enable = true;
|
||||
#hardware.pulseaudio.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
#hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||
|
|
Loading…
Reference in New Issue