diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |