This commit is contained in:
Benson Chu 2024-01-06 12:51:42 -06:00
parent 9308337aa1
commit df237ec895
2 changed files with 8 additions and 1 deletions

View file

@ -36,6 +36,13 @@
modules = [
{ nixpkgs.overlays = [ unstable-overlay ]; }
./hosts/NixFrame/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.benson.imports = [ ./home/home.nix ];
}
];
};

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
imports = [