feat: Generate completions for fish and sync khal properly

This commit is contained in:
2026-03-04 17:43:52 +05:30
parent 7b86a1cb21
commit 7caf921746
7 changed files with 53 additions and 11 deletions

View File

@@ -22,5 +22,6 @@
./foot.nix
./ddcutil.nix
./libnotify.nix
./fish.nix
];
}

View File

@@ -0,0 +1,6 @@
{...}: {
programs.fish = {
enable = true;
generateCompletions = true;
};
}