Minor changes to mac home-manager confs

master
Dustin Swan 4 years ago
parent 55f19d0dd6
commit 1c68c87c35

@ -114,7 +114,7 @@
userName = "Dustin Swan";
userEmail = "dustin@dustinswan.com";
signing = {
signByDefault = true;
# signByDefault = true;
key = "AD11750151C10881970BD943AB49BD6B2B3A6377";
};
aliases = {

@ -1,4 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ iosevka-bin ]; # syncthing ];
programs.alacritty = {
enable = true;
settings = {

@ -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";
@ -15,5 +15,5 @@
programs.zsh.initExtra = "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 ];
}

Loading…
Cancel
Save