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;};
|
marksman = {enable = true;};
|
||||||
ccls = {enable = true;};
|
ccls = {enable = true;};
|
||||||
cssls = {enable = true;};
|
cssls = {enable = true;};
|
||||||
r-language-server = {enable = true;};
|
|
||||||
tsserver = {enable = true;};
|
tsserver = {enable = true;};
|
||||||
};
|
};
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nerdfonts
|
nerdfonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
hack-font
|
hack-font
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# Extra dependencies
|
# Extra dependencies
|
||||||
gnutls
|
gnutls
|
||||||
openldap
|
openldap
|
||||||
libgpgerror
|
libgpg-error
|
||||||
freetype
|
freetype
|
||||||
sqlite
|
sqlite
|
||||||
libxml2
|
libxml2
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
|
||||||
#hardware.pulseaudio.enable = true;
|
#hardware.pulseaudio.enable = true;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
#hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
#hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
|
Loading…
Reference in New Issue