1
Fork 0

Added khal

This commit is contained in:
Matei Adriel 2023-07-18 01:02:44 +02:00
parent dd8353b7d4
commit 227a018fb9
No known key found for this signature in database
4 changed files with 39 additions and 1 deletions

View file

@ -81,6 +81,26 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
]
},
"locked": {
"lastModified": 1689324677,
"narHash": "sha256-83DCDJwBkulQFQESe37+tG0qUb8JkQLJHJ3Qn7iGx7Q=",
"owner": "nix-community",
"repo": "disko",
"rev": "7eb09408393faa5b8f3b3524c39cb93d938e8d04",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"firefox-addons": {
"inputs": {
"flake-utils": "flake-utils",
@ -818,6 +838,7 @@
"inputs": {
"agenix": "agenix",
"catppuccin-base16": "catppuccin-base16",
"disko": "disko",
"firefox-addons": "firefox-addons",
"grub2-themes": "grub2-themes",
"home-manager": "home-manager_2",

View file

@ -0,0 +1,16 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ khal ];
xdg.configFile."khal/config".text = ''
[calendars]
[[calendars]]
path = ~/Calendars/*
type = discover
[locale]
timeformat = %H:%M
dateformat = %d/%m/%Y
'';
satellite.persistence.at.data.apps.khal.directories = [
"Calendars"
];
}

View file

@ -1,5 +1,5 @@
# TODO(imperanence): handle persistence of things like harpoon, lazy, etc
{ pkgs, upkgs, lib, config, paths, inputs, ... }:
{ pkgs, upkgs, lib, config, inputs, ... }:
let
# {{{ extraPackages
extraPackages = with pkgs; [

View file

@ -6,6 +6,7 @@
./features/desktop/spotify.nix
./features/desktop/firefox
./features/desktop/discord
./features/cli/khal.nix
./features/xorg/xmonad.nix
./features/wayland/hyprland