diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-04 12:35:20 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-04 12:35:20 -0800 |
commit | c1b31d8192f8aa50d9bcd7f41946f909121cd75f (patch) | |
tree | 712baa1ece4f66e6d18d66f746b4733b406505b8 /home.nix | |
parent | 4ddc81f0babf956f22c5d70acd578eca143651a2 (diff) |
new flake lock
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1077,6 +1077,7 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video epkgs.typescript-mode epkgs.use-package epkgs.vterm + epkgs.writeroom-mode epkgs.web-mode epkgs.websocket epkgs.which-key @@ -1088,6 +1089,7 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video mbsync = { enable = true; + # CHANGEME extraConfig = '' IMAPAccount ret2pop Host imap.gmail.com @@ -1120,6 +1122,7 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video msmtp = { enable = true; extraConfig = '' + # CHANGEME # Set default values for all following accounts. defaults auth on @@ -1148,9 +1151,11 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video git = { enable = true; + # CHANGEME name and email userName = "Preston Pan"; userEmail = "ret2pop@gmail.com"; signing = { + # CHANGEME GIT SIGNING KEY key = "AEC273BF75B6F54D81343A1AC1FE6CED393AE6C1"; signByDefault = true; }; |