This commit is contained in:
Lilith 2025-03-14 16:15:08 +01:00
parent ee9c1366a9
commit 5d88fe7b77
Signed by: lilith
GPG key ID: 8712A0F317C37175
12 changed files with 289 additions and 97 deletions

View file

@ -37,10 +37,14 @@
};
};
matshell = {
url = "github:Neurarian/matshell";
hyprpanel = {
url = "github:jas-singhfsu/hyprpanel";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:LunaCOLON3/zen-browser-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.ags.follows = "ags";
};
};
@ -72,7 +76,7 @@
lib.nixosSystem {
system = system;
pkgs = importNixpkgs system nixpkgs;
specialArgs = inputs;
specialArgs = inputs // {inherit system;};
modules = [
./hosts/${host}/default.nix
./hosts/${host}/hardware-configuration.nix