From 6b9dc50548b1269fcb979cdff244cf26f35d99c7 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:59:35 -0800 Subject: [PATCH] stuff --- systems/NOlaptop.nix | 2 +- systems/disk-config.nix | 2 ++ users/tao/nushell/stuff.nu | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index 5738ca1..c5e4da9 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -73,7 +73,7 @@ # ]; boot.kernelParams = [ "amdgpu.abmlevel=1" - # "amdgpu.dcdebugmask=0x400" + "amdgpu.dcdebugmask=0x400" ]; # boot.kernelModules = ["kvm-amd"]; powerManagement.cpuFreqGovernor = "powersave"; diff --git a/systems/disk-config.nix b/systems/disk-config.nix index 4cdd863..2ab9000 100644 --- a/systems/disk-config.nix +++ b/systems/disk-config.nix @@ -35,6 +35,8 @@ "compression=zstd" "background_compression=zstd" "discard" + "fsck" + "fix_errors" ]; mountpoint = "/"; }; diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index c34716a..8e40986 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -20,6 +20,7 @@ alias cp = cp -prv alias mv-full = mv alias mv = mv -pv +alias j = jj alias ja = jj log -r 'all()' alias jc = jj desc alias jd = jj diff