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