nemo: disable coolercontrol + gnome vitals

This commit is contained in:
Daniel Lundin 2025-01-09 14:35:34 +01:00
parent 03e20d83e1
commit 3ec86e59ba
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 0 additions and 8 deletions

View file

@ -13,7 +13,6 @@ with lib.hm.gvariant;
gnomeExtensions.desktop-clock gnomeExtensions.desktop-clock
gnomeExtensions.emoji-copy gnomeExtensions.emoji-copy
gnomeExtensions.just-perfection gnomeExtensions.just-perfection
gnomeExtensions.vitals
]; ];
dconf.settings = { dconf.settings = {
@ -168,7 +167,6 @@ with lib.hm.gvariant;
enabled-extensions = [ enabled-extensions = [
"emoji-copy@felipeftn" "emoji-copy@felipeftn"
"just-perfection-desktop@just-perfection" "just-perfection-desktop@just-perfection"
"Vitals@CoreCoding.com"
]; ];
}; };
@ -187,10 +185,6 @@ with lib.hm.gvariant;
top-panel-position = 0; top-panel-position = 0;
}; };
"org/gnome/shell/extensions/vitals" = {
update-time = 15;
};
"org/gnome/tweaks" = { "org/gnome/tweaks" = {
show-extensions-notice = false; show-extensions-notice = false;
}; };

View file

@ -177,8 +177,6 @@
OTEL_EXPORTER_OTLP_ENDPOINT = "https://otel.aarn.patagia.net"; OTEL_EXPORTER_OTLP_ENDPOINT = "https://otel.aarn.patagia.net";
}; };
programs.coolercontrol.enable = true;
users.users.dln = { users.users.dln = {
isNormalUser = true; isNormalUser = true;
description = "Daniel Lundin"; description = "Daniel Lundin";