This commit is contained in:
2024-03-05 17:18:55 +01:00
parent c4d231fbe6
commit 34bb6b62d5
3 changed files with 10 additions and 4 deletions

View File

@@ -1,9 +1,5 @@
# Neues # Neues
## Obs
- Installieren
## GHCI ## GHCI
- Installieren - Installieren
@@ -18,6 +14,10 @@
- Kalender - Kalender
- Signing - Signing
## Audio
- ???
## Telegram ## Telegram
- Installieren - Installieren

View File

@@ -5,6 +5,7 @@
./neovim ./neovim
./obs ./obs
./rofi ./rofi
./telegram.nix
./wallpaper.nix ./wallpaper.nix
./xmonad ./xmonad
./zathura.nix ./zathura.nix

View File

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