mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
zathura: add testbed
This commit is contained in:
parent
6741c2ef6c
commit
defb43d450
1 changed files with 18 additions and 0 deletions
18
modules/zathura/testbed.nix
Normal file
18
modules/zathura/testbed.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let package = pkgs.zathura;
|
||||
|
||||
in {
|
||||
stylix.testbed.application = {
|
||||
enable = true;
|
||||
name = "org.pwmt.zathura";
|
||||
inherit package;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
inherit package;
|
||||
};
|
||||
}];
|
||||
}
|
Loading…
Reference in a new issue