add telegram

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-05 11:12:19 +02:00
parent 07512362f8
commit f1b2a18a1d
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

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