From 0dbf09aa9dd5bf60a7b834e94a74768dcca87ff2 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 4 May 2025 03:38:50 -0400 Subject: [PATCH 1/2] enable memtest86 --- common/systemModules/boot.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/systemModules/boot.nix b/common/systemModules/boot.nix index 8c0aac8..429f831 100644 --- a/common/systemModules/boot.nix +++ b/common/systemModules/boot.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ boot = { loader = { timeout = 0; @@ -9,6 +10,9 @@ useOSProber = true; efiInstallAsRemovable = true; timeoutStyle = "hidden"; + memtest86 = { + enable = true; + }; }; }; }; From f2cca9082a9245b27cacdc7f2127d1a5a7d1b016 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 4 May 2025 03:39:18 -0400 Subject: [PATCH 2/2] disable vencord for discord --- common/users/homeModules/social.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/users/homeModules/social.nix b/common/users/homeModules/social.nix index 5acc661..e35167a 100644 --- a/common/users/homeModules/social.nix +++ b/common/users/homeModules/social.nix @@ -22,8 +22,8 @@ element-desktop vesktop (discord.override { - withVencord = true; - vencord = unstable.vencord; + # withVencord = true; + # vencord = unstable.vencord; }) # (config.programs.nixcord.discord.package.override { # withVencord = true;