centralize home manager
This commit is contained in:
parent
ea887fb764
commit
88f7cd6ec0
7 changed files with 9 additions and 24 deletions
8
modules/home.nix
Normal file
8
modules/home.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{config, pkgs, ...}:{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.osbm = import ../home/home.nix {
|
||||
inherit config pkgs;
|
||||
backupFileExtension = "hmbak";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue