From 2ef4366b90c49ccda4d8f717d2b88a1630ab463a Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 18 Jul 2023 02:50:05 +0300 Subject: [PATCH] Do not install neovim by default I guess --- home/features/cli/khal.nix | 5 +++++ home/global/default.nix | 1 - home/tethys.nix | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/home/features/cli/khal.nix b/home/features/cli/khal.nix index 8435268..82c33f8 100644 --- a/home/features/cli/khal.nix +++ b/home/features/cli/khal.nix @@ -1,3 +1,4 @@ +# TODO: sync theme with global theme { pkgs, ... }: { home.packages = with pkgs; [ khal ]; xdg.configFile."khal/config".text = '' @@ -5,10 +6,14 @@ [[calendars]] path = ~/Calendars/* type = discover + color = dark magenta [locale] timeformat = %H:%M dateformat = %d/%m/%Y + + [view] + theme = light ''; satellite.persistence.at.data.apps.khal.directories = [ "Calendars" diff --git a/home/global/default.nix b/home/global/default.nix index 039a616..36a629b 100644 --- a/home/global/default.nix +++ b/home/global/default.nix @@ -10,7 +10,6 @@ let inputs.spicetify-nix.homeManagerModules.spicetify ../features/cli - ../features/neovim ../features/persistence.nix ../../common ]; diff --git a/home/tethys.nix b/home/tethys.nix index 0b7b37c..56b2e74 100644 --- a/home/tethys.nix +++ b/home/tethys.nix @@ -7,6 +7,7 @@ ./features/desktop/firefox ./features/desktop/discord ./features/cli/khal.nix + ./features/neovim ./features/xorg/xmonad.nix ./features/wayland/hyprland