1
0
Fork 0

Update hotkeys

This commit is contained in:
Malte 2023-03-26 19:44:43 +02:00
parent bb9e606f80
commit b13aa299fd
2 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,7 @@ in [
{
Orga = [
{Kassandra = fork "kassandra2";}
{Kalendar = "calendar";}
{Kalendar = "ikhal";}
{Habitica = fork "firefox https://habitica.com";}
{Tasks = "tasksh";}
{Meditate = "meditate";}

View file

@ -1,10 +1,7 @@
{pkgs, ...}: let
calendars = pkgs.privateValue [] "calendars";
ui = pkgs.writeShellScriptBin "calendar" ''
ikhal -d Serien
'';
in {
home.packages = [pkgs.khal ui];
home.packages = [pkgs.khal];
xdg.configFile."khal/config".text = ''
[locale]
dateformat = "%Y-%m-%d"