diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 13:28:41 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 13:28:41 +0100 |
commit | 4211ed3b82be9af26460a0a8d88dce9ce319bb47 (patch) | |
tree | 5f00163d1dc86982c618f2780977ddcdf4d28308 /flake.nix | |
parent | 691746148aaf53cb5f5c85db41d7aec7cc2d75cd (diff) |
Some changes
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 |