refactor: move max into dentritic pattern
This commit is contained in:
10
modules/common/features/zathura.nix
Normal file
10
modules/common/features/zathura.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
flake.homeModules.commonFeatureZathura = { ... }: {
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
selection-clipboard = "clipboard";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user