Remove dedicated Matrix client, just use Thunderbird instead

This commit is contained in:
Jimbo 2025-01-13 11:21:34 -05:00
parent 382e13bd1c
commit 57293112ad
5 changed files with 0 additions and 5 deletions

View file

@ -2,7 +2,6 @@
{
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
bc
fractal
libreoffice
telegram-desktop
vesktop

View file

@ -3,7 +3,6 @@
home.packages = with pkgs; [
dua
p7zip
trash-cli
vimv
];
}

View file

@ -15,7 +15,6 @@
# Shortcuts
ff = "clear && fastfetch";
ip = "ip -c";
rm = "trash-rm";
ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons";
cat = "${pkgs.bat}/bin/bat --paging never";
copycat = "wl-copy <";

View file

@ -18,7 +18,6 @@
spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
spawn-at-startup "thunderbird"
spawn-at-startup "vesktop"
spawn-at-startup "fractal"
spawn-at-startup "telegram-desktop"
'';
}

View file

@ -23,7 +23,6 @@
{ command = "librewolf -P Misc --name=MiscBrowser"; }
{ command = "thunderbird"; }
{ command = "vesktop"; }
{ command = "fractal"; }
{ command = "telegram-desktop"; }
];
};