From 73ddb338cd7542f9569a9ab5cb0481b4f0636710 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Wed, 29 Jul 2026 22:09:05 +0700 Subject: . --- nixos/flake.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'nixos/flake.nix') diff --git a/nixos/flake.nix b/nixos/flake.nix index f5f5b35..ef43174 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -1,5 +1,5 @@ { - description = "Noctalia shell conf"; + description = "Noctalia shell conf (dendritic layout)"; inputs = { # Main tree @@ -11,16 +11,19 @@ url = "github:noctalia-dev/noctalia-greeter"; inputs.nixpkgs.follows = "nixpkgs"; }; - + helium-browser = { + url = "github:schembriaiden/helium-browser-nix-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, noctalia, ... }@inputs: { nixosConfigurations.opus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = { inherit inputs; }; + specialArgs = { inherit inputs; }; modules = [ - ./configuration.nix + ./hosts/opus ]; }; }; -} +} \ No newline at end of file -- cgit v1.2.3