add nix-hyprland

This commit is contained in:
KoenDR06 2026-01-07 16:39:44 +01:00
parent 304570fd73
commit 954bf2d4ba
17 changed files with 619 additions and 2779 deletions

View file

@ -19,6 +19,10 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-hyprland = {
url = "github:KoenDR06/nix-hyprland";
};
};
outputs = {
@ -27,6 +31,7 @@
home-manager,
plasma-manager,
agenix,
nix-hyprland,
...
} @ inputs: let
inherit (self) outputs;
@ -57,12 +62,12 @@
inherit inputs outputs lib;
};
modules = [
./lib
./modules
./dots
./machines/${host}/configuration.nix
home-manager.nixosModules.home-manager
agenix.nixosModules.default
nix-hyprland.nixosModules.default
{
home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager];
}