Update dconf: replace ranger with yazi; Add AMD gpu tool to Desktops

This commit is contained in:
Chris Toph 2025-06-09 11:29:07 -04:00
parent 88e2cfb3f1
commit f029fdf35e
2 changed files with 8 additions and 1 deletions

View file

@ -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"

View file

@ -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;