diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-29 22:09:05 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-29 22:09:05 +0700 |
| commit | 73ddb338cd7542f9569a9ab5cb0481b4f0636710 (patch) | |
| tree | 559d8c542d6e965e674a46c9451efc1cb80f203a /nixos/flake.nix | |
| parent | abd12d161f0aaac458abeb139556ea5ccc1fcae8 (diff) | |
.
Diffstat (limited to 'nixos/flake.nix')
| -rw-r--r-- | nixos/flake.nix | 13 |
1 files changed, 8 insertions, 5 deletions
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 |
