mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Switch to the nh nixpkgs package
This commit is contained in:
parent
9a4b64345d
commit
bf1c4dc513
7 changed files with 3 additions and 42 deletions
|
|
@ -15,6 +15,5 @@
|
|||
./boot-loader.nix
|
||||
./printing.nix
|
||||
./syncthing.nix
|
||||
./nix-helper.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.nh.nixosModules.default];
|
||||
|
||||
options.myConfig.nix-helper.enable = lib.mkEnableOption "";
|
||||
|
||||
config.nh.enable = config.myConfig.nix-helper.enable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue