Getting home manager to build again by switching back to vim from neovim for now. Futsing with FZF, fd, bat, etc.
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
home.file.gpg-agent = {
|
||||
target = ".gnupg/gpg-agent.conf";
|
||||
text = ''
|
||||
pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac
|
||||
default-cache-ttl 86400
|
||||
max-cache-ttl 86400
|
||||
'';
|
||||
};
|
||||
|
||||
# pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac
|
||||
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
||||
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user