mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Fix home-manager
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
fe16758519
commit
6bf5ea84bc
|
@ -35,9 +35,6 @@ in rec {
|
|||
hashedPassword = secrets.hashed-password;
|
||||
};
|
||||
programs.gnupg.agent.enable = true;
|
||||
home-manager.users.ivabus = {
|
||||
|
||||
};
|
||||
})
|
||||
|
||||
(lib.mkIf (cfg.user.enable) {
|
||||
|
|
Loading…
Reference in a new issue