feat: Generate completions for fish and sync khal properly
This commit is contained in:
@@ -22,5 +22,6 @@
|
||||
./foot.nix
|
||||
./ddcutil.nix
|
||||
./libnotify.nix
|
||||
./fish.nix
|
||||
];
|
||||
}
|
||||
|
||||
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