enable home manager by default
This commit is contained in:
parent
157453cd8d
commit
59378f866e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
homeManager = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = "Enable home-manager integration";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue