Add home manager
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../modules/home-manager.nix
|
||||
../modules/common.nix
|
||||
../modules/users.nix
|
||||
../modules/locales.nix
|
||||
|
||||
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