Refractor to dendritic approach.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{...}: {
|
||||
config.flake.modules.homeManager.qutebrowser = {
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options.azos.qutebrowser-config.enable = lib.mkOption {
|
||||
default = true;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
config = lib.mkIf config.azos.qutebrowser-config.enable {
|
||||
home.file.".config/qutebrowser/config.py".source = ./config.py;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user