feat(dekstop): fix some input issues.
This commit is contained in:
parent
3e6c618393
commit
bda1048f47
2 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
inputs.nix-index-database.homeModules.nix-index
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.agenix.homeManagerModules.default
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
# Some info
|
||||
|
|
|
|||
|
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
options = {
|
||||
crony.zen-browser.enable = lib.mkEnableOption "Enable and setup zen browser";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue