From f029fdf35efa693cce31b7cb3a0fd8eb13e92a5a Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Mon, 9 Jun 2025 11:29:07 -0400 Subject: [PATCH] Update dconf: replace ranger with yazi; Add AMD gpu tool to Desktops --- home/hosts/rune/config/dconf.nix | 4 +++- hosts/global/common/gaming.nix | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/home/hosts/rune/config/dconf.nix b/home/hosts/rune/config/dconf.nix index d12a1ea..0aaa920 100644 --- a/home/hosts/rune/config/dconf.nix +++ b/home/hosts/rune/config/dconf.nix @@ -28,7 +28,7 @@ with lib.hm.gvariant; "protontricks.desktop" "qt5ct.desktop" "qt6ct.desktop" - # "ranger.desktop" + "yazi.desktop" "org.gnome.SystemMonitor.desktop" "org.gnome.tweaks.desktop" ]; @@ -80,12 +80,14 @@ with lib.hm.gvariant; "org.telegram.desktop.desktop" "steam.desktop" "Ryujinx.desktop" + "FANTASY LIFE i The Girl Who Steals Time.desktop" "Marvel Rivals.desktop" ]; last-selected-power-profile = "performance"; welcome-dialog-last-shown-version = "48.1"; }; + ## FIXME: Something is off with the Cloud S output "org/gnome/shell/extensions/quicksettings-audio-devices-hider" = { available-input-names = [ "Digital Input (S/PDIF) \8211 USB Live camera" diff --git a/hosts/global/common/gaming.nix b/hosts/global/common/gaming.nix index 83cd278..4db0b69 100644 --- a/hosts/global/common/gaming.nix +++ b/hosts/global/common/gaming.nix @@ -10,6 +10,11 @@ driSupport32Bit = true; }; + # AMDgpu tool + environment.systemPackages = with pkgs; [ lact ]; + systemd.packages = with pkgs; [ lact ]; + systemd.services.lactd.wantedBy = [ "multi-user.target" ]; + programs = { steam = { enable = true;