feat(hyprcapture): include XDG user dir configuration to hyprcapture module
This commit is contained in:
parent
00ee96f2df
commit
0f405d3ca9
4 changed files with 50 additions and 0 deletions
|
|
@ -3,11 +3,15 @@
|
|||
{
|
||||
imports = [
|
||||
./obsidian
|
||||
./zathura
|
||||
];
|
||||
|
||||
options.homeModules.desktop.productivity = {
|
||||
obsidian = {
|
||||
enable = lib.mkEnableOption "enable obsidian home module";
|
||||
};
|
||||
zathura = {
|
||||
enable = lib.mkEnableOption "enable zathura home module";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue