summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-05-12 14:28:28 -0400
committervin <vin@vineetk.net>2025-05-12 14:28:28 -0400
commitf2e8c51f06209cfced9a8c017532658bbc214d70 (patch)
treee55d17e089cc64ad8db561244d811c9676abb7cf /home.nix
parent84bb8c44f6fa8291da2964895549bc8cc307a8b2 (diff)
a
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix54
1 files changed, 24 insertions, 30 deletions
diff --git a/home.nix b/home.nix
index 31a1684..60c9455 100644
--- a/home.nix
+++ b/home.nix
@@ -149,12 +149,6 @@ in
149 MOZ_ACCELERATED = 1; 149 MOZ_ACCELERATED = 1;
150 MOZ_WEBRENDER = 1; 150 MOZ_WEBRENDER = 1;
151 151
152 LM_LICENSE_FILE =
153 if hostname == "demiurge" then
154 "/data/docs/university/2025/spring/eel3792c/LR-214703_License.dat"
155 else
156 "/home/vin/docs/university/2025/spring/eel3792c/LR-213834_License.dat";
157
158 # broken qt6.9 rendering 152 # broken qt6.9 rendering
159 QTWEBENGINE_FORCE_USE_GBM = 0; 153 QTWEBENGINE_FORCE_USE_GBM = 0;
160 }; 154 };
@@ -420,29 +414,6 @@ in
420 }; 414 };
421 }; 415 };
422 416
423 notmuch = {
424 enable = true;
425 extraConfig.user = {
426 name = "Vineet Kumar";
427 primary_email = "me@vineetk.net";
428 other_email = "vineet@vineetk.net;***REDACTED_EMAIL***;kar@13f0.net";
429 };
430 hooks = {
431 postNew = ''
432 notmuch tag +13f0 -- tag:unread and to:"*@13f0.net"
433 notmuch tag +vineetk -- tag:unread and to:"*@vineetk.net"
434 notmuch tag +university -- tag:unread and to:***REDACTED_EMAIL***
435 notmuch tag +openbsd_announce -inbox -- tag:unread and to:announce@openbsd.org
436 notmuch tag +openbsd_arm -inbox -- tag:unread and to:arm@openbsd.org
437 notmuch tag +openbsd_misc -inbox -- tag:unread and to:misc@openbsd.org
438 notmuch tag +opensmtpd_misc -inbox -- tag:unread and to:misc@opensmtpd.org
439 notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com
440 notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org
441 '';
442 preNew = "mbsync -a";
443 };
444 };
445
446 neovim = { 417 neovim = {
447 enable = true; 418 enable = true;
448 419
@@ -619,6 +590,29 @@ in
619 withRuby = false; 590 withRuby = false;
620 }; 591 };
621 592
593 notmuch = {
594 enable = true;
595 extraConfig.user = {
596 name = "Vineet Kumar";
597 primary_email = "me@vineetk.net";
598 other_email = "vineet@vineetk.net;***REDACTED_EMAIL***;kar@13f0.net";
599 };
600 hooks = {
601 postNew = ''
602 notmuch tag +13f0 -- tag:unread and to:"*@13f0.net"
603 notmuch tag +vineetk -- tag:unread and to:"*@vineetk.net"
604 notmuch tag +university -- tag:unread and to:***REDACTED_EMAIL***
605 notmuch tag +openbsd_announce -inbox -- tag:unread and to:announce@openbsd.org
606 notmuch tag +openbsd_arm -inbox -- tag:unread and to:arm@openbsd.org
607 notmuch tag +openbsd_misc -inbox -- tag:unread and to:misc@openbsd.org
608 notmuch tag +opensmtpd_misc -inbox -- tag:unread and to:misc@opensmtpd.org
609 notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com
610 notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org
611 '';
612 preNew = "mbsync -a";
613 };
614 };
615
622 qutebrowser = { 616 qutebrowser = {
623 enable = true; 617 enable = true;
624 618
@@ -1343,7 +1337,7 @@ in
1343 1337
1344 config = { 1338 config = {
1345 input."type:pointer".accel_profile = "flat"; 1339 input."type:pointer".accel_profile = "flat";
1346 output."*".background = "~/pics/wp/elite_milky_way_below.png center"; 1340 output."*".background = "~/pics/wp/elite_milky_way_below2.png center";
1347 1341
1348 bars = [ 1342 bars = [
1349 { 1343 {