use official telegram app

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-06 12:21:04 +02:00
parent d89757afb9
commit 1a4be3cb75
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -179,7 +179,7 @@ toplevel@{ moduleWithSystem, ... }: {
top@{ ... }: top@{ ... }:
perSystem@{ pkgs, config, ... }: { perSystem@{ pkgs, config, ... }: {
home = { home = {
packages = with pkgs; [ audacity gimp grim libnotify libreoffice-qt mupdf slurp transmission_4 wl-clipboard xdg-user-dirs xdg-utils xwayland kotatogram-desktop ]; packages = with pkgs; [ audacity gimp grim libnotify libreoffice-qt mupdf slurp transmission_4 wl-clipboard xdg-user-dirs xdg-utils xwayland telegram-desktop ];
pointerCursor = with pkgs; { name = "catppuccin-mocha-green-cursors"; package = catppuccin-cursors.mochaGreen; size = 24; gtk.enable = true; }; pointerCursor = with pkgs; { name = "catppuccin-mocha-green-cursors"; package = catppuccin-cursors.mochaGreen; size = 24; gtk.enable = true; };
}; };
wayland.windowManager.sway = { wayland.windowManager.sway = {