This commit is contained in:
death916 2025-08-12 00:28:05 -07:00
parent 247f6cc410
commit 14a1a2792c
8 changed files with 489 additions and 5 deletions

View file

@ -15,6 +15,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
flox.url = "github:flox/flox";
hyprland.url = "github:hyprwm/Hyprland";
};
outputs =
@ -25,6 +26,7 @@
home-manager,
rust-overlay,
flox,
hyprland,
...
}:
let
@ -47,10 +49,12 @@
system
overlays
primaryUser
hyprland # Pass hyprland to specialArgs
;
unstablePkgs = import nixpkgs-unstable { inherit system; };
};
modules = [
hyprland.nixosModules.default # Add this line
./nixos/configuration.nix
./nixos/hardware-configuration.nix
home-manager.nixosModules.home-manager