Pass input variable

This commit is contained in:
Julia Lange 2024-03-17 16:50:13 -07:00
parent a5c524ed33
commit 408461407e
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@
outputs = { self, nixpkgs, hyprland, aagl, ... }@inputs:
{
nixosConfigurations.onizuka = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
system = "x86_64-linux";
modules = [
hyprland.nixosModules.default