Pass input variable
This commit is contained in:
parent
a5c524ed33
commit
408461407e
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [ inputs.aagl.nixosModules.default ];
|
||||
nix.settings = aagl.nixConfig;
|
||||
nix.settings = inputs.aagl.nixConfig;
|
||||
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue