1771220302
This commit is contained in:
@@ -26,12 +26,11 @@ in
|
|||||||
inherit settings;
|
inherit settings;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.${settings.username} = { ... }: {
|
home-manager.users.${settings.username} = { config, ... }: {
|
||||||
imports = homeModules;
|
imports = homeModules;
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
};
|
home.sessionVariables = {
|
||||||
|
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||||
home.sessionVariables = {
|
};
|
||||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user