aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-08 23:55:09 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-08 23:55:09 -0800
commit2b0e8f4306b8580f54531da1b4e6e5c1e891e02b (patch)
tree431ecb1ac3780f1b629bcc411a5fa3c13a539c9b /home.nix
parentd8900b3f01bf98911516d39c2c96549485f54577 (diff)
iso.nix
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix7
1 files changed, 2 insertions, 5 deletions
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;
}
-