mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
first xray
This commit is contained in:
parent
bbacfb100e
commit
c2106ca1a6
18 changed files with 482 additions and 29 deletions
|
|
@ -11,13 +11,7 @@ let
|
|||
discord-version = "0.0.160";
|
||||
in lib.mkIf cfg.messengers.personal {
|
||||
users.users.${cfg.username}.packages = with pkgs; [
|
||||
discord-ptb
|
||||
#(discord-ptb.overrideAttrs(finalAttrs: previousAttrs: {
|
||||
# src = fetchurl {
|
||||
# url = "https://ptb.dl2.discordapp.net/apps/linux/${discord-version}/discord-ptb-${discord-version}.tar.gz";
|
||||
# hash = lib.fakeHash;
|
||||
# };
|
||||
#}))
|
||||
discord
|
||||
telegram-desktop
|
||||
# (pkgs.callPackage "${pkgs.path}/pkgs/by-name/si/signal-desktop/generic.nix" { } rec {
|
||||
# pname = "signal-desktop";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue