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
|
# 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
|
||||||
|
|
|
@ -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}) [
|
imports = map (n: ../../home/applications/${n}) [
|
||||||
"spotify/spicetify.nix"
|
"spotify/spicetify.nix"
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
"telegram-desktop"
|
|
||||||
"ydict"
|
"ydict"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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 [
|
||||||
|
|
Loading…
Reference in a new issue