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 window-is-ready-remover
random-wallpaper random-wallpaper
workspaces-indicator-by-open-apps workspaces-indicator-by-open-apps
vitals
tailscale-status tailscale-status
runcat
]); ]);
gnome.excludePackages = (with pkgs; [ gnome.excludePackages = (with pkgs; [

View file

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