feat(zathura): Install zathura

This commit is contained in:
punkfairie 2024-10-26 21:02:53 -07:00
parent 21122eaf0c
commit b7bcc9a4bf
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,7 @@
./hyfetch
./wget
./xdg
./zathura
];
# This value determines the Home Manager release that your configuration is

7
home/zathura/default.nix Normal file
View file

@ -0,0 +1,7 @@
{...}: {
programs.zathura = {
enable = true;
rose-pine.enable = true;
};
}