1
Fork 0

Move from lualine to mini.statusline and more

This commit is contained in:
Matei Adriel 2023-12-13 19:30:04 +01:00
parent d485dfd295
commit 15d06fd26a
No known key found for this signature in database
21 changed files with 181 additions and 219 deletions
home/features/cli
khal.nix
productivity/smos

View file

@ -1,10 +1,13 @@
# TODO: sync theme with global theme
{ pkgs, ... }: {
{ pkgs, ... }:
let calendarsHome = "productivity/calendars";
in
{
home.packages = with pkgs; [ khal ];
xdg.configFile."khal/config".text = ''
[calendars]
[[calendars]]
path = ~/Calendars/*
path = ~/${calendarsHome}/*
type = discover
color = dark magenta
@ -15,7 +18,8 @@
[view]
theme = light
'';
satellite.persistence.at.data.apps.khal.directories = [
"Calendars"
calendarsHome
];
}

View file

@ -2,6 +2,7 @@
programs.smos = {
enable = true;
notify.enable = true;
workflowDir = "${config.home.homeDirectory}/productivity/smos";
github = {
enable = true;