treewide: remove telegram-desktop
This commit is contained in:
parent
857885567e
commit
fca24d8bb6
4 changed files with 0 additions and 16 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
# Media
|
||||
"mpv"
|
||||
"telegram-desktop"
|
||||
];
|
||||
|
||||
# Install MacOS applications to the user Applications folder. Also update Docked applications
|
||||
|
|
|
@ -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
|
||||
)
|
||||
];
|
||||
}
|
|
@ -33,7 +33,6 @@
|
|||
imports = map (n: ../../home/applications/${n}) [
|
||||
"spotify/spicetify.nix"
|
||||
"thunderbird"
|
||||
"telegram-desktop"
|
||||
"ydict"
|
||||
];
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
defaultApplications =
|
||||
{
|
||||
"inode/directory" = ["org.gnome.Nautilus.desktop"];
|
||||
"tg" = ["org.telegram.desktop.desktop"]; # https://t.me/nixos_zhcn/363204
|
||||
}
|
||||
### Browser
|
||||
// lib.genAttrs [
|
||||
|
|
Loading…
Reference in a new issue