From 4211ed3b82be9af26460a0a8d88dce9ce319bb47 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 9 Nov 2024 13:28:41 +0100 Subject: Some changes --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') 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 -- cgit v1.2.3