[NixOS] Temporarily disable volnoti and nerdfonts

This commit is contained in:
2024-12-09 16:22:01 -07:00
parent 6428ec9f2a
commit f077cc647b
3 changed files with 9 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ makeEnable config "myModules.desktop" true {
synergy
transmission_3-gtk
vlc
volnoti
# volnoti
xfce.thunar
# Audio

View File

@@ -21,13 +21,13 @@ makeEnable config "myModules.fonts" true {
source-sans-pro
source-serif-pro
twemoji-color-font
(nerdfonts.override { fonts = [
"JetBrainsMono"
"FantasqueSansMono"
"Iosevka"
"VictorMono"
"SourceCodePro"
]; })
# (nerdfonts.override { fonts = [
# "JetBrainsMono"
# "FantasqueSansMono"
# "Iosevka"
# "VictorMono"
# "SourceCodePro"
# ]; })
];
fontconfig = {
hinting.autohint = true;

View File

@@ -64,7 +64,7 @@ makeEnable config "myModules.xmonad" true {
services.xsettingsd.enable = true;
services.volnoti.enable = true;
# services.volnoti.enable = true;
services.pasystray.enable = true;