summaryrefslogtreecommitdiff
path: root/nixos/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/flake.nix')
-rw-r--r--nixos/flake.nix13
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