196 current 2024-03-13 15:43:40 24.05.20240312.0ad13a6 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-13 15:43:50 -04:00
parent 60f87acc26
commit 81596f7cd9
4 changed files with 27 additions and 56 deletions

View file

@ -122,36 +122,6 @@
'')
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy.
# ".screenrc".source = dotfiles/screenrc;
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# '';
};
# Home Manager can also manage your environment variables through
# 'home.sessionVariables'. If you don't want to manage your shell through Home
# Manager then you have to manually source 'hm-session-vars.sh' located at
# either
#
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
#
# or
#
# ~/.local/state/nix/profiles/profile/etc/profile.d/hm-session-vars.sh
#
# or
#
# /etc/profiles/per-user/zack/etc/profile.d/hm-session-vars.sh
#
home.sessionVariables = {
EDITOR = "nvim";
};

View file

@ -4,10 +4,6 @@
enable = true;
userName = "zack";
userEmail = "zackmyers@lavabit.com";
signing = {
key = "056CFD15A9F99B0E";
signByDefault = false;
};
ignores = [
".cache/"
".DS_Store"

View file

@ -3,7 +3,7 @@
udiskie.enable = true;
gpg-agent = {
enable = true;
pinentryFlavor = "gnome3";
pinentryFlavor = "gnome2";
enableSshSupport = true;
enableZshIntegration = true;
};