Add home manager
This commit is contained in:
10
systems/modules/home-manager.nix
Normal file
10
systems/modules/home-manager.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
users.avravels = import ../../home/home.nix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user