Uninstall vitals and runcat again
Uninstall thunderbird
This commit is contained in:
parent
a7e1fcd0d9
commit
778208078c
2 changed files with 0 additions and 22 deletions
|
@ -83,9 +83,7 @@
|
|||
window-is-ready-remover
|
||||
random-wallpaper
|
||||
workspaces-indicator-by-open-apps
|
||||
vitals
|
||||
tailscale-status
|
||||
runcat
|
||||
]);
|
||||
|
||||
gnome.excludePackages = (with pkgs; [
|
||||
|
|
20
home.nix
20
home.nix
|
@ -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_"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue