[shared] Zoxide cd alias. Replaced Papers with sioyek

This commit is contained in:
Martin Berg Alstad 2025-04-19 16:25:06 +02:00
parent e97dd6f5ce
commit 923b0c8980
Signed by: martials
GPG Key ID: 848D71DE0590C199
5 changed files with 22 additions and 5 deletions

View File

@ -5,7 +5,7 @@
let
browser = "zen.desktop";
imageViewer = "imv.desktop";
pdfReader = "org.gnome.Papers.desktop";
pdfReader = "sioyek.desktop";
in
{
"text/html" = browser;

View File

@ -23,6 +23,7 @@ in
./rofi
./hyprland
./shell
./sioyek.nix
./spicetify.nix
./zen
];

View File

@ -1,6 +1,10 @@
# cd alternative
{
programs.zoxide = {
programs = {
fish.shellAliases.cd = "z";
zoxide = {
enable = true;
enableFishIntegration = true;
};
};
}

View File

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

View File

@ -15,7 +15,6 @@
gnome-calculator
gnome-disk-utility
gnome-clocks
papers # PDFReader
pdfarranger
];