Add psensor

This commit is contained in:
thiloho
2023-07-22 20:59:59 +02:00
parent d77c1354fc
commit bd8a00f9ca

View File

@@ -18,10 +18,6 @@
resolved.enable = true;
};
environment.systemPackages = with pkgs; [
gnomeExtensions.vitals
];
programs = {
steam = {
enable = true;
@@ -32,7 +28,6 @@
};
hardware = {
bluetooth.enable = true;
pulseaudio.enable = false;
};
@@ -113,6 +108,7 @@
tldr
prismlauncher
ventoy-full
psensor
];
};
};