1
Fork 0

Add lazygit, remove unused stuff

Removes:
- eww
- khal
This commit is contained in:
prescientmoon 2024-02-25 05:31:20 +01:00
parent 064b38740b
commit a789b7ca25
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
6 changed files with 2 additions and 147 deletions
home/features/cli

View file

@ -1,25 +0,0 @@
# TODO: sync theme with global theme
{ pkgs, ... }:
let calendarsHome = "productivity/calendars";
in
{
home.packages = with pkgs; [ khal ];
xdg.configFile."khal/config".text = ''
[calendars]
[[calendars]]
path = ~/${calendarsHome}/*
type = discover
color = dark magenta
[locale]
timeformat = %H:%M
dateformat = %d/%m/%Y
[view]
theme = light
'';
satellite.persistence.at.data.apps.khal.directories = [
calendarsHome
];
}