Minor changes to mac home-manager confs
This commit is contained in:
parent
55f19d0dd6
commit
1c68c87c35
3 changed files with 7 additions and 3 deletions
|
|
@ -114,7 +114,7 @@
|
||||||
userName = "Dustin Swan";
|
userName = "Dustin Swan";
|
||||||
userEmail = "dustin@dustinswan.com";
|
userEmail = "dustin@dustinswan.com";
|
||||||
signing = {
|
signing = {
|
||||||
signByDefault = true;
|
# signByDefault = true;
|
||||||
key = "AD11750151C10881970BD943AB49BD6B2B3A6377";
|
key = "AD11750151C10881970BD943AB49BD6B2B3A6377";
|
||||||
};
|
};
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ iosevka-bin ]; # syncthing ];
|
||||||
|
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue