mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
7 lines
175 B
Nix
7 lines
175 B
Nix
# The home-manager set.
|
|
{ lib }:
|
|
|
|
import ../default.nix { inherit lib; }
|
|
// import ../home-manager.nix { inherit lib; }
|
|
// { sops-nix = import ../sops.nix { inherit lib; }; }
|