[NixOS] Temporarily disable volnoti and nerdfonts
This commit is contained in:
@@ -83,7 +83,7 @@ makeEnable config "myModules.desktop" true {
|
|||||||
synergy
|
synergy
|
||||||
transmission_3-gtk
|
transmission_3-gtk
|
||||||
vlc
|
vlc
|
||||||
volnoti
|
# volnoti
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
|
|||||||
@@ -21,13 +21,13 @@ makeEnable config "myModules.fonts" true {
|
|||||||
source-sans-pro
|
source-sans-pro
|
||||||
source-serif-pro
|
source-serif-pro
|
||||||
twemoji-color-font
|
twemoji-color-font
|
||||||
(nerdfonts.override { fonts = [
|
# (nerdfonts.override { fonts = [
|
||||||
"JetBrainsMono"
|
# "JetBrainsMono"
|
||||||
"FantasqueSansMono"
|
# "FantasqueSansMono"
|
||||||
"Iosevka"
|
# "Iosevka"
|
||||||
"VictorMono"
|
# "VictorMono"
|
||||||
"SourceCodePro"
|
# "SourceCodePro"
|
||||||
]; })
|
# ]; })
|
||||||
];
|
];
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
hinting.autohint = true;
|
hinting.autohint = true;
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ makeEnable config "myModules.xmonad" true {
|
|||||||
|
|
||||||
services.xsettingsd.enable = true;
|
services.xsettingsd.enable = true;
|
||||||
|
|
||||||
services.volnoti.enable = true;
|
# services.volnoti.enable = true;
|
||||||
|
|
||||||
services.pasystray.enable = true;
|
services.pasystray.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user