From f077cc647b066336570a74f401a99e6d2d8a1456 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Dec 2024 16:22:01 -0700 Subject: [PATCH] [NixOS] Temporarily disable volnoti and nerdfonts --- nixos/desktop.nix | 2 +- nixos/fonts.nix | 14 +++++++------- nixos/xmonad.nix | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 119903c2..0dfab870 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -83,7 +83,7 @@ makeEnable config "myModules.desktop" true { synergy transmission_3-gtk vlc - volnoti + # volnoti xfce.thunar # Audio diff --git a/nixos/fonts.nix b/nixos/fonts.nix index dc13f4ed..7d4a4ba3 100644 --- a/nixos/fonts.nix +++ b/nixos/fonts.nix @@ -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; diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index c019d8fa..1aeeda8f 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -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;