Getting syncthing back in
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ pinentry_mac terminal-notifier ]; # syncthing ];
|
||||
home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ];
|
||||
|
||||
home.file.gpg-agent = {
|
||||
target = ".gnupg/gpg-agent.conf";
|
||||
@@ -11,7 +11,6 @@
|
||||
'';
|
||||
};
|
||||
|
||||
# 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