add(helium): added helium as a module
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user