treewide: remove telegram-desktop

This commit is contained in:
Guanran Wang 2024-05-10 20:27:20 +08:00
parent 857885567e
commit fca24d8bb6
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
4 changed files with 0 additions and 16 deletions

View file

@ -18,7 +18,6 @@
# Media # Media
"mpv" "mpv"
"telegram-desktop"
]; ];
# Install MacOS applications to the user Applications folder. Also update Docked applications # Install MacOS applications to the user Applications folder. Also update Docked applications

View file

@ -1,13 +0,0 @@
{
inputs,
pkgs,
...
}: {
home.packages = [
(
if pkgs.stdenv.hostPlatform.isDarwin
then inputs.nixcasks.legacyPackages.${pkgs.stdenv.hostPlatform.system}.telegram
else pkgs.telegram-desktop
)
];
}

View file

@ -33,7 +33,6 @@
imports = map (n: ../../home/applications/${n}) [ imports = map (n: ../../home/applications/${n}) [
"spotify/spicetify.nix" "spotify/spicetify.nix"
"thunderbird" "thunderbird"
"telegram-desktop"
"ydict" "ydict"
]; ];

View file

@ -7,7 +7,6 @@
defaultApplications = defaultApplications =
{ {
"inode/directory" = ["org.gnome.Nautilus.desktop"]; "inode/directory" = ["org.gnome.Nautilus.desktop"];
"tg" = ["org.telegram.desktop.desktop"]; # https://t.me/nixos_zhcn/363204
} }
### Browser ### Browser
// lib.genAttrs [ // lib.genAttrs [