feat: add helium browser via schembriaiden/helium-browser-nix-flake

https://claude.ai/code/session_01WbhyZRRuzioZn7F3NTuntf
This commit is contained in:
Claude
2026-04-27 21:28:00 +00:00
parent 5a5822b27e
commit e2049748bb
2 changed files with 10 additions and 2 deletions
+8 -1
View File
@@ -7,11 +7,18 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
helium-browser = {
url = "github:schembriaiden/helium-browser-nix-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = { nixpkgs, home-manager, ... }: { outputs = { nixpkgs, home-manager, helium-browser, ... }: {
nixosConfigurations.chexit = nixpkgs.lib.nixosSystem { nixosConfigurations.chexit = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
helium = helium-browser.packages.x86_64-linux.helium;
};
modules = [ modules = [
./configuration.nix ./configuration.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
+2 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, helium, ... }:
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@@ -15,6 +15,7 @@
kdePackages.kate kdePackages.kate
# soft # soft
helium
firefox firefox
vesktop vesktop
materialgram materialgram