summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 64eef2e..a4744e5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,10 +7,13 @@
helix.url = "github:helix-editor/helix/master";
home-jras.url = "path:/home/jras/home-manager";
zen-browser.url = "github:MarceColl/zen-browser-flake";
+ hyprland.url = "github:hyprwm/Hyprland";
};
outputs = { self, nixpkgs, home-manager, home-jras, ... }@inputs: {
nixosConfigurations.tarrel = nixpkgs.lib.nixosSystem {
+ specialArgs = { inherit inputs; };
+
modules = [
./configuration.nix
./hardware-configuration.nix