add extraSpecialArgs to use flake inputs in home.nix and add anyrun as a launcher

This commit is contained in:
Gabriella Bere 2024-08-23 13:15:06 +01:00
parent 60495f0f31
commit e1d94eefba
4 changed files with 101 additions and 2 deletions

View file

@ -11,6 +11,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
anyrun = {
url = "github:anyrun-org/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
@ -28,6 +32,7 @@
./modules/nh.nix
./modules/environment.nix
./modules/waydroid.nix
home-manager.nixosModules.default
];
};
};