From a1efa54972e72cb941112c721ea6d81bad6db3b4 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:48:29 -0700 Subject: [PATCH] config --- systems/BASED.nix | 1 + systems/NOlaptop.nix | 13 +------------ users/tao/nushell/stuff.nu | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/systems/BASED.nix b/systems/BASED.nix index a4e7758..c9cad30 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -57,6 +57,7 @@ services.xserver.xkb.layout = "us"; systemd.services.display-manager.restartIfChanged = false; services.displayManager.sddm.enable = lib.mkDefault true; + services.displayManager.sddm.wayland.enable = true; services.desktopManager.plasma6.enable = lib.mkDefault true; environment.plasma6.excludePackages = with pkgs; [ elisa diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index a2af8ca..6199e26 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -26,16 +26,6 @@ systemd.services."backlight@backlight:amdgpu_bl2".enable = false; - # TODO investigate tradeoffs - # services.beesd.filesystems = { - # root = { - # spec = "LABEL=NOlaptop"; - # hashTableSizeMB = 4096; - # verbosity = "crit"; - # extraOptions = ["--loadavg-target" "2.0"]; - # }; - # }; - environment.etc = { "libinput/local-overrides.quirks".text = " # MatchUdevType=touchpad @@ -62,7 +52,6 @@ AttrKeyboardIntegration=internal"; services.snapper.snapshotInterval = "*:0/5"; services.displayManager.defaultSession = "plasma"; - services.displayManager.sddm.wayland.enable = true; nix.buildMachines = [ { @@ -99,7 +88,7 @@ AttrKeyboardIntegration=internal"; # "mem_sleep_default=deep" "amdgpu.abmlevel=1" # TODO DMUB bugfix? (apparently disables PSR?) - "amdgpu.dcdebugmask=0x10" + # "amdgpu.dcdebugmask=0x10" ]; boot.kernelModules = ["kvm-amd"]; boot.extraModulePackages = with config.boot.kernelPackages; [ diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index 8edaed4..c890bee 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -17,7 +17,7 @@ alias b = btm; alias cringe = sudo bootctl set-oneshot auto-windows alias fetch = neofetch alias ff = firefox -alias gc = sudo nix-collect-garbage -d +alias gc = sudo nix-collect-garbage -d --verbose alias js = jj status alias jd = jj diff alias pu = pueue