system/home-manager: move imports into module and follow new name
This commit is contained in:
parent
f071579f58
commit
c5079d7909
3 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ config, enableGUI, inputs, modules, ... }: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue