✨ feat(zathura): Install zathura
This commit is contained in:
parent
21122eaf0c
commit
b7bcc9a4bf
2 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
./hyfetch
|
./hyfetch
|
||||||
./wget
|
./wget
|
||||||
./xdg
|
./xdg
|
||||||
|
./zathura
|
||||||
];
|
];
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
|
|
7
home/zathura/default.nix
Normal file
7
home/zathura/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{...}: {
|
||||||
|
programs.zathura = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
rose-pine.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue