Remove dedicated Matrix client, just use Thunderbird instead
This commit is contained in:
parent
382e13bd1c
commit
57293112ad
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
|
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
|
||||||
bc
|
bc
|
||||||
fractal
|
|
||||||
libreoffice
|
libreoffice
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
vesktop
|
vesktop
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
dua
|
dua
|
||||||
p7zip
|
p7zip
|
||||||
trash-cli
|
|
||||||
vimv
|
vimv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
ff = "clear && fastfetch";
|
ff = "clear && fastfetch";
|
||||||
ip = "ip -c";
|
ip = "ip -c";
|
||||||
rm = "trash-rm";
|
|
||||||
ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons";
|
ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons";
|
||||||
cat = "${pkgs.bat}/bin/bat --paging never";
|
cat = "${pkgs.bat}/bin/bat --paging never";
|
||||||
copycat = "wl-copy <";
|
copycat = "wl-copy <";
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
|
spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
|
||||||
spawn-at-startup "thunderbird"
|
spawn-at-startup "thunderbird"
|
||||||
spawn-at-startup "vesktop"
|
spawn-at-startup "vesktop"
|
||||||
spawn-at-startup "fractal"
|
|
||||||
spawn-at-startup "telegram-desktop"
|
spawn-at-startup "telegram-desktop"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
{ command = "librewolf -P Misc --name=MiscBrowser"; }
|
{ command = "librewolf -P Misc --name=MiscBrowser"; }
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
{ command = "vesktop"; }
|
{ command = "vesktop"; }
|
||||||
{ command = "fractal"; }
|
|
||||||
{ command = "telegram-desktop"; }
|
{ command = "telegram-desktop"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue