Uninstall vitals and runcat again

Uninstall thunderbird
This commit is contained in:
Pim Kunis 2024-10-12 11:38:06 +02:00
parent a7e1fcd0d9
commit 778208078c
2 changed files with 0 additions and 22 deletions

View file

@ -83,9 +83,7 @@
window-is-ready-remover
random-wallpaper
workspaces-indicator-by-open-apps
vitals
tailscale-status
runcat
]);
gnome.excludePackages = (with pkgs; [

View file

@ -40,11 +40,6 @@
mimeTypes = [ "text/plain" ];
};
thunderbird = {
mimeApp = "thunderbird.desktop";
mimeTypes = [ "x-scheme-handler/mailto" ];
};
loupe = {
mimeApp = "org.gnome.Loupe.desktop";
mimeTypes = [
@ -156,11 +151,6 @@
};
};
thunderbird = {
enable = true;
profiles.default.isDefault = true;
};
direnv = {
enable = true;
enableBashIntegration = true;
@ -306,16 +296,6 @@
"randomwallpaper@iflow.space"
"Vitals@CoreCoding.com"
"tailscale-status@maxgallup.github.com"
"runcat@kolesnikov.se"
];
};
"org/gnome/shell/extensions/vitals" = {
icon-style = 1;
hot-sensors = [
"_memory_usage_"
"_storage_free_"
];
};