Skip to content

Commit e567fdb

Browse files
committed
install dank-calendar
1 parent 3d0276b commit e567fdb

5 files changed

Lines changed: 43 additions & 0 deletions

File tree

flake.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
inputs.nixpkgs.follows = "nixpkgs";
113113
};
114114

115+
dankcalendar = {
116+
url = github:AvengeMedia/dankcalendar;
117+
inputs.nixpkgs.follows = "nixpkgs";
118+
};
119+
115120
waycal = {
116121
url = github:forrestknight/waycal;
117122
flake = false;
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{ ... }:
2+
3+
{
4+
programs.dank-calendar = {
5+
enable = true;
6+
settings = {
7+
remindersEnabled = true;
8+
use24HourClock = true;
9+
defaultReminderMinutes = 10;
10+
snoozeMinutes = 5;
11+
};
12+
systemd.enable = true;
13+
};
14+
}
15+

home/wm/niri/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ in
7777
imports = includeConfig ++ [
7878
../../shared
7979
../../programs/cava
80+
../../programs/dankcalendar
8081
../../programs/fuzzel
8182
../../programs/helium
8283
../../programs/kitty

outputs/hm.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ let
3333
mkNiriHome = { hidpi, mut ? false }: mkHome {
3434
inherit hidpi mut;
3535
mods = [
36+
inputs.dankcalendar.homeModules.default
3637
inputs.vicinae.homeManagerModules.default
3738
../home/wm/niri
3839
];

0 commit comments

Comments
 (0)