add(helium): added helium as a module

This commit is contained in:
2025-11-12 10:58:21 +00:00
parent afacb3b04c
commit 06085c3d09
3 changed files with 53 additions and 39 deletions

View File

@@ -16,8 +16,8 @@ in
enable = lib.mkEnableOption "helium";
};
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
helium-browser
home.packages = [
inputs.nikkuss-pkgs.packages.x86_64-linux.helium-browser
];
# xdg.mimeApps.defaultApplications = {
# "text/html" = "chromium.desktop";