almost a working setup with HM and nixos

This commit is contained in:
Chris Cochrun 2022-05-06 16:35:36 -05:00
parent c6aa36ec2a
commit 9f2249219b
3 changed files with 27 additions and 9 deletions

View file

@ -43,6 +43,12 @@
inherit system;
modules = [
./system/kaladin/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.chris = import ./user/home.nix;
}
];
};
};