fix(nix): warnings
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [
|
||||
inputs.zen-browser.packages.${pkgs.system}.default
|
||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user