install telegram right

This commit is contained in:
ponymushama 2024-07-23 21:17:03 +08:00
parent e156dc2647
commit a274c38cb0
2 changed files with 4 additions and 8 deletions

View file

@ -12,7 +12,6 @@
(./. + "../../../user/wm"+("/"+userSettings.wm+"/"+userSettings.wm)+".nix") # My window manager selected from flake
../../user/shell/sh.nix # My zsh and bash config
../../user/shell/cli-collection.nix # Useful CLI apps
#../../user/app/doom-emacs/doom.nix # My doom emacs config
../../user/app/ranger/ranger.nix # My ranger file manager config
../../user/app/git/git.nix # My git config
(./. + "../../../user/app/browser"+("/"+userSettings.browser)+".nix") # My default browser selected from flake
@ -56,6 +55,10 @@
texliveSmall
numbat
# chat
telegram-desktop
discord
openai-whisper-cpp
wine

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
telegram-desktop
];
}