feat: add telegram

This commit is contained in:
tux
2026-05-10 01:48:28 +05:30
parent 92050093ae
commit 36f3adbe30
2 changed files with 4 additions and 0 deletions

View File

@@ -105,6 +105,7 @@
"SUPER, Return, spawn, wezterm" "SUPER, Return, spawn, wezterm"
"SUPER, Space, spawn, vicinae toggle" "SUPER, Space, spawn, vicinae toggle"
"SUPER, D, spawn, vesktop" "SUPER, D, spawn, vesktop"
"SUPER, T, spawn, Telegram"
"SUPER, B, spawn, brave" "SUPER, B, spawn, brave"
"SUPER, V, spawn, vicinae vicinae://extensions/vicinae/clipboard/history" "SUPER, V, spawn, vicinae vicinae://extensions/vicinae/clipboard/history"
"SUPER+SHIFT, W, spawn, vicinae vicinae://extensions/sovereign/awww-switcher/wpgrid" "SUPER+SHIFT, W, spawn, vicinae vicinae://extensions/sovereign/awww-switcher/wpgrid"

View File

@@ -40,10 +40,12 @@
".local/share/zoxide" ".local/share/zoxide"
".local/state/lazygit" ".local/state/lazygit"
".local/share/vicinae" ".local/share/vicinae"
".local/share/TelegramDesktop"
]; ];
files = [ files = [
".wakatime.cfg" ".wakatime.cfg"
".config/lan-mouse/lan-mouse.pem"
]; ];
}; };
}; };
@@ -123,6 +125,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nvtopPackages.full nvtopPackages.full
davinci-resolve davinci-resolve
telegram-desktop
]; ];
# !!! DO NOT CHANGE THIS !!! # !!! DO NOT CHANGE THIS !!!