|
|
@ -1,7 +1,7 @@
|
|
|
|
{ pkgs, lib, ... }:
|
|
|
|
{ pkgs, lib, ... }:
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ];
|
|
|
|
home.packages = with pkgs; [ pinentry_mac terminal-notifier ]; # syncthing ];
|
|
|
|
|
|
|
|
|
|
|
|
home.file.gpg-agent = {
|
|
|
|
home.file.gpg-agent = {
|
|
|
|
target = ".gnupg/gpg-agent.conf";
|
|
|
|
target = ".gnupg/gpg-agent.conf";
|
|
|
@ -15,5 +15,5 @@
|
|
|
|
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
|
|
|
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
|
|
|
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
|
|
|
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
|
|
|
|
|
|
|
|
|
|
|
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
|
|
|
|
imports = [ ./home-cli.nix ./home-gui.nix ]; # ./home-mail.nix ];
|
|
|
|
}
|
|
|
|
}
|
|
|
|