wip: faulty first attempt at home-manager integration
This commit is contained in:
parent
b428b981b9
commit
17ef1c563d
8 changed files with 400 additions and 28 deletions
11
lib/home/nix-registry-module.nix
Normal file
11
lib/home/nix-registry-module.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# This code is adapted from flake-utils-plus:
|
||||
# https://github.com/gytis-ivaskevicius/flake-utils-plus/blob/2bf0f91643c2e5ae38c1b26893ac2927ac9bd82a/lib/options.nix
|
||||
{ lib, config, user-inputs, core-inputs, ... }:
|
||||
|
||||
{
|
||||
disabledModules = [
|
||||
# The module from flake-utils-plus only works on NixOS and nix-darwin. For home-manager
|
||||
# to build, this module needs to be disabled.
|
||||
"${core-inputs.flake-utils-plus}/lib/options.nix"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue