feat: configure zathura with home manager
This commit is contained in:
@@ -83,8 +83,6 @@ in
|
||||
pinentry-curses
|
||||
pinentry-qt
|
||||
|
||||
zathura
|
||||
|
||||
fzf
|
||||
ffmpeg
|
||||
ripgrep
|
||||
|
@@ -10,6 +10,7 @@
|
||||
./home/desktop.nix
|
||||
./home/nvim.nix
|
||||
./home/terminal.nix
|
||||
./home/zathura.nix
|
||||
];
|
||||
|
||||
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