Cleanup with LSP guidance
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
let
|
||||
settings = import ../settings.nix;
|
||||
@@ -26,11 +26,13 @@ in
|
||||
inherit settings;
|
||||
};
|
||||
|
||||
home-manager.users.${settings.username} = { config, ... }: {
|
||||
imports = homeModules;
|
||||
home.stateVersion = "25.11";
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||
home-manager.users.${settings.username} =
|
||||
{ config, ... }:
|
||||
{
|
||||
imports = homeModules;
|
||||
home.stateVersion = "25.11";
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user