From 2b0e8f4306b8580f54531da1b4e6e5c1e891e02b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 8 Jan 2025 23:55:09 -0800 Subject: iso.nix --- home.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 5ae8987..c3c48b4 100644 --- a/home.nix +++ b/home.nix @@ -44,6 +44,7 @@ in acpilight alsa-utils autobuild + bash-language-server bear bitcoin bun @@ -63,6 +64,7 @@ in gnupg graphviz grim + gum helvum imagemagick inkscape @@ -1118,7 +1120,6 @@ on-notify=exec mpv /home/${vars.userName}/sounds/notification.wav --no-config -- mbsync = { enable = true; - # CHANGEME different email server and account extraConfig = '' IMAPAccount ret2pop Host ${vars.imapsServer} @@ -1150,7 +1151,6 @@ on-notify=exec mpv /home/${vars.userName}/sounds/notification.wav --no-config -- msmtp = { enable = true; - # CHANGEME different email server and account extraConfig = '' # Set default values for all following accounts. defaults @@ -1180,11 +1180,9 @@ on-notify=exec mpv /home/${vars.userName}/sounds/notification.wav --no-config -- git = { enable = true; - # CHANGEME name and email userName = vars.fullName; userEmail = vars.email; signing = { - # CHANGEME GIT SIGNING KEY key = vars.gpgKey; signByDefault = true; }; @@ -1356,4 +1354,3 @@ on-notify=exec mpv /home/${vars.userName}/sounds/notification.wav --no-config -- fonts.fontconfig.enable = true; nixpkgs.config.cudaSupport = false; } - -- cgit