feat: Generate completions for fish and sync khal properly
This commit is contained in:
6
nixos/ryu/programs/fish.nix
Normal file
6
nixos/ryu/programs/fish.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
generateCompletions = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user