nemo: disable coolercontrol + gnome vitals
This commit is contained in:
parent
03e20d83e1
commit
3ec86e59ba
2 changed files with 0 additions and 8 deletions
|
@ -13,7 +13,6 @@ with lib.hm.gvariant;
|
|||
gnomeExtensions.desktop-clock
|
||||
gnomeExtensions.emoji-copy
|
||||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.vitals
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
|
@ -168,7 +167,6 @@ with lib.hm.gvariant;
|
|||
enabled-extensions = [
|
||||
"emoji-copy@felipeftn"
|
||||
"just-perfection-desktop@just-perfection"
|
||||
"Vitals@CoreCoding.com"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -187,10 +185,6 @@ with lib.hm.gvariant;
|
|||
top-panel-position = 0;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/vitals" = {
|
||||
update-time = 15;
|
||||
};
|
||||
|
||||
"org/gnome/tweaks" = {
|
||||
show-extensions-notice = false;
|
||||
};
|
||||
|
|
|
@ -177,8 +177,6 @@
|
|||
OTEL_EXPORTER_OTLP_ENDPOINT = "https://otel.aarn.patagia.net";
|
||||
};
|
||||
|
||||
programs.coolercontrol.enable = true;
|
||||
|
||||
users.users.dln = {
|
||||
isNormalUser = true;
|
||||
description = "Daniel Lundin";
|
||||
|
|
Loading…
Reference in a new issue