chore: refactored input imports

This commit is contained in:
Nick 2025-12-05 17:56:47 -06:00
parent 8ecdaefa43
commit 38f7ba4d91
9 changed files with 42 additions and 36 deletions

View file

@ -1,5 +1,9 @@
{ flake, ... }:
{
imports = [
flake.inputs.home-manager.nixosModules.home-manager
];
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [
flake.inputs.nur.overlays.default