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
## Obs
- Installieren
## GHCI
- Installieren
@@ -18,6 +14,10 @@
- Kalender
- Signing
## Audio
- ???
## Telegram
- Installieren

View File

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

View File

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