desktop-2024-11-25-00-13-53

This commit is contained in:
Alexander Szczepanski
2024-11-25 00:13:53 +01:00
parent a0f0e1a1f8
commit 93372f825d
13 changed files with 120 additions and 57 deletions

View File

@ -137,15 +137,14 @@ in {
ryzen-monitor-ng
qdiskinfo
jdk
xmrig
monero-gui
];
persistence."/persist" = {
directories = [
"/etc/coolercontrol"
"/etc/NetworkManager/system-connections"
"/var/lib/bluetooth"
"/var/lib/docker"
"/var/lib/samba"
"/var/lib/sddm"
"/var/lib/systemd/rfkill"
];
};
@ -159,8 +158,13 @@ in {
graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [ rocmPackages.clr.icd ];
};
# cpu.x86.msr = {
# enable = true;
# };
pulseaudio.enable = false;
};