[shared] Zoxide cd alias. Replaced Papers with sioyek

This commit is contained in:
2025-04-19 16:25:06 +02:00
parent e97dd6f5ce
commit 923b0c8980
5 changed files with 22 additions and 5 deletions

View File

@ -0,0 +1,13 @@
# PDF Viewer
{ theme, ... }:
{
catppuccin.sioyek = {
enable = true;
flavor = theme.flavor;
};
programs.sioyek = {
enable = true;
};
}