1771220302

This commit is contained in:
2026-02-15 22:38:22 -07:00
parent eb69a1f4e6
commit d248862921

View File

@@ -26,12 +26,11 @@ in
inherit settings;
};
home-manager.users.${settings.username} = { ... }: {
home-manager.users.${settings.username} = { config, ... }: {
imports = homeModules;
home.stateVersion = "25.11";
};
home.sessionVariables = {
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
};
};
}