Move secretive to a home module.
Signed-off-by: Mariano Uvalle <jmug@Mac.lan>
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
{ user, ... } : {
|
||||||
|
programs.ssh = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
Host *
|
||||||
|
IdentityAgent ${user.homeDirectory}/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@ in {
|
|||||||
../../home-modules/karabiner.nix
|
../../home-modules/karabiner.nix
|
||||||
../../home-modules/lazygit.nix
|
../../home-modules/lazygit.nix
|
||||||
../../home-modules/nvim.nix
|
../../home-modules/nvim.nix
|
||||||
|
../../home-modules/secretive.nix
|
||||||
../../home-modules/starship.nix
|
../../home-modules/starship.nix
|
||||||
../../home-modules/tmux.nix
|
../../home-modules/tmux.nix
|
||||||
../../home-modules/zsh.nix
|
../../home-modules/zsh.nix
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ in {
|
|||||||
../../home-modules/karabiner.nix
|
../../home-modules/karabiner.nix
|
||||||
../../home-modules/lazygit.nix
|
../../home-modules/lazygit.nix
|
||||||
../../home-modules/nvim.nix
|
../../home-modules/nvim.nix
|
||||||
|
../../home-modules/nvim.nix
|
||||||
../../home-modules/starship.nix
|
../../home-modules/starship.nix
|
||||||
../../home-modules/tmux.nix
|
../../home-modules/tmux.nix
|
||||||
../../home-modules/zsh.nix
|
../../home-modules/zsh.nix
|
||||||
@@ -69,13 +70,6 @@ in {
|
|||||||
stateVersion = "25.05";
|
stateVersion = "25.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = ''
|
|
||||||
Host *
|
|
||||||
IdentityAgent ${homeDirectory}/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user