feat: Added zathura and localsend

This commit is contained in:
uttarayan21
2025-03-24 21:22:07 +05:30
parent 98643c040a
commit 0f46824317
4 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
./bambu-studio.nix
./zed.nix
./obs-studio.nix
./zathura.nix
];
home.packages = [
];
# home.packages = [];
}

5
home/apps/zathura.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.zathura
];
}

View File

@@ -34,6 +34,7 @@
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
interactiveShellInit = ''
${pkgs.pfetch-rs}/bin/pfetch
${pkgs.nb}/bin/nb t
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
${lib.optionalString (device.isNix && device.hasGui)
''