feat: configure zathura with home manager
This commit is contained in:
@@ -83,8 +83,6 @@ in
|
|||||||
pinentry-curses
|
pinentry-curses
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
|
|
||||||
zathura
|
|
||||||
|
|
||||||
fzf
|
fzf
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ripgrep
|
ripgrep
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
./home/desktop.nix
|
./home/desktop.nix
|
||||||
./home/nvim.nix
|
./home/nvim.nix
|
||||||
./home/terminal.nix
|
./home/terminal.nix
|
||||||
|
./home/zathura.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "max";
|
home.username = "max";
|
||||||
|
10
host/max/home/zathura.nix
Normal file
10
host/max/home/zathura.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ ... }: {
|
||||||
|
programs.zathura = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
default-bg = "white";
|
||||||
|
font = "Monocraft";
|
||||||
|
selection-clipboard = "clipboard";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user