add browser extensions
This commit is contained in:
parent
2800687662
commit
0015c62414
3 changed files with 33 additions and 16 deletions
|
|
@ -3,12 +3,14 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
inherit (lib.modules) mkIf;
|
||||
inherit (lib.options) mkEnableOption;
|
||||
|
||||
cfg = config.core.desktop;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.core.desktop = {
|
||||
enable = mkEnableOption "Config and Utils for Desktop";
|
||||
};
|
||||
|
|
@ -21,4 +23,4 @@ in {
|
|||
nixfmt-rfc-style
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue