summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-09 13:28:41 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-09 13:28:41 +0100
commit4211ed3b82be9af26460a0a8d88dce9ce319bb47 (patch)
tree5f00163d1dc86982c618f2780977ddcdf4d28308 /flake.nix
parent691746148aaf53cb5f5c85db41d7aec7cc2d75cd (diff)
Some changes
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