nixosMod.withDepends: make module a function

main
Felix Stupp 2 months ago
parent 967b237c66
commit 085a72134c
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -145,6 +145,12 @@
# this one also includes required dependencies from flake inputs
withDepends =
{
config,
lib,
pkgs,
...
}:
{
imports = [
inputs.home-manager.nixosModules.home-manager

Loading…
Cancel
Save