Move from lualine to mini.statusline and more
This commit is contained in:
parent
d485dfd295
commit
15d06fd26a
21 changed files with 181 additions and 219 deletions
home/features/cli
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
programs.smos = {
|
||||
enable = true;
|
||||
notify.enable = true;
|
||||
workflowDir = "${config.home.homeDirectory}/productivity/smos";
|
||||
|
||||
github = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue