mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: do not depend on inputs for modules
This commit is contained in:
parent
dbc5fbd875
commit
8424b025f6
11 changed files with 87 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
liminalHomeManagerModules,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
|
@ -85,11 +85,11 @@ in
|
|||
};
|
||||
|
||||
home.packages = lib.mkIf cfg.zen.enable [
|
||||
inputs.zen-browser.packages.${pkgs.system}.default
|
||||
liminalHomeManagerModules.zen-browser.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
home.sessionVariables.DEFAULT_BROWSER = lib.mkIf cfg.zen.enable "${
|
||||
inputs.zen-browser.packages.${pkgs.system}.default
|
||||
liminalHomeManagerModules.zen-browser.packages.${pkgs.system}.default
|
||||
}/bin/zen";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue