commit f2e8c51f06209cfced9a8c017532658bbc214d70
parent 84bb8c44f6fa8291da2964895549bc8cc307a8b2
Author: vin <vin@vineetk.net>
Date: Mon, 12 May 2025 14:28:28 -0400
a
Diffstat:
3 files changed, 24 insertions(+), 45 deletions(-)
diff --git a/home.nix b/home.nix
@@ -149,12 +149,6 @@ in
MOZ_ACCELERATED = 1;
MOZ_WEBRENDER = 1;
- LM_LICENSE_FILE =
- if hostname == "demiurge" then
- "/data/docs/university/2025/spring/eel3792c/LR-214703_License.dat"
- else
- "/home/vin/docs/university/2025/spring/eel3792c/LR-213834_License.dat";
-
# broken qt6.9 rendering
QTWEBENGINE_FORCE_USE_GBM = 0;
};
@@ -420,29 +414,6 @@ in
};
};
- notmuch = {
- enable = true;
- extraConfig.user = {
- name = "Vineet Kumar";
- primary_email = "me@vineetk.net";
- other_email = "vineet@vineetk.net;***REDACTED_EMAIL***;kar@13f0.net";
- };
- hooks = {
- postNew = ''
- notmuch tag +13f0 -- tag:unread and to:"*@13f0.net"
- notmuch tag +vineetk -- tag:unread and to:"*@vineetk.net"
- notmuch tag +university -- tag:unread and to:***REDACTED_EMAIL***
- notmuch tag +openbsd_announce -inbox -- tag:unread and to:announce@openbsd.org
- notmuch tag +openbsd_arm -inbox -- tag:unread and to:arm@openbsd.org
- notmuch tag +openbsd_misc -inbox -- tag:unread and to:misc@openbsd.org
- notmuch tag +opensmtpd_misc -inbox -- tag:unread and to:misc@opensmtpd.org
- notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com
- notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org
- '';
- preNew = "mbsync -a";
- };
- };
-
neovim = {
enable = true;
@@ -619,6 +590,29 @@ in
withRuby = false;
};
+ notmuch = {
+ enable = true;
+ extraConfig.user = {
+ name = "Vineet Kumar";
+ primary_email = "me@vineetk.net";
+ other_email = "vineet@vineetk.net;***REDACTED_EMAIL***;kar@13f0.net";
+ };
+ hooks = {
+ postNew = ''
+ notmuch tag +13f0 -- tag:unread and to:"*@13f0.net"
+ notmuch tag +vineetk -- tag:unread and to:"*@vineetk.net"
+ notmuch tag +university -- tag:unread and to:***REDACTED_EMAIL***
+ notmuch tag +openbsd_announce -inbox -- tag:unread and to:announce@openbsd.org
+ notmuch tag +openbsd_arm -inbox -- tag:unread and to:arm@openbsd.org
+ notmuch tag +openbsd_misc -inbox -- tag:unread and to:misc@openbsd.org
+ notmuch tag +opensmtpd_misc -inbox -- tag:unread and to:misc@opensmtpd.org
+ notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com
+ notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org
+ '';
+ preNew = "mbsync -a";
+ };
+ };
+
qutebrowser = {
enable = true;
@@ -1343,7 +1337,7 @@ in
config = {
input."type:pointer".accel_profile = "flat";
- output."*".background = "~/pics/wp/elite_milky_way_below.png center";
+ output."*".background = "~/pics/wp/elite_milky_way_below2.png center";
bars = [
{
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -28,8 +28,6 @@
"cudnn"
"libcublas"
"libcufile"
- "quartus-prime-lite"
- "quartus-prime-lite-unwrapped"
*/
"steam"
"steam-unwrapped"
@@ -207,7 +205,6 @@
bs-manager
distrobox
(llama-cpp.packages.x86_64-linux.rocm.override { useVulkan = true; })
- #(quartus-prime-lite.override { supportedDevices = [ "MAX 10 FPGA" ]; })
#(vllm.override { cudaSupport = false; rocmSupport = true; gpuTargets = [ "gfx906" "gfx1100" ]; })
];
};
diff --git a/hosts/hastur/default.nix b/hosts/hastur/default.nix
@@ -137,20 +137,8 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEvM0xCLziR+ZT/SYE1aZM6dklbw4fEC17TWqbADIZRH kou@demiurge"
];
-
- packages = with pkgs; [
- (quartus-prime-lite.override { supportedDevices = [ "MAX 10 FPGA" ]; })
- ];
};
- # selectively allow unfree packages
- nixpkgs.config.allowUnfreePredicate =
- pkg:
- builtins.elem (lib.getName pkg) [
- "quartus-prime-lite"
- "quartus-prime-lite-unwrapped"
- ];
-
# default packages for both me and root
environment = {
systemPackages = with pkgs; [