This commit is contained in:
2025-01-09 20:46:29 +01:00
parent fb0ea5aba6
commit 09d97a11e1
2 changed files with 7 additions and 0 deletions

View File

@@ -24,10 +24,12 @@
./pulseaudio ./pulseaudio
./rofi ./rofi
./signal ./signal
./skanlite
./spotify ./spotify
./stack ./stack
./telegram ./telegram
./thunderbird ./thunderbird
./vlc
./vscode ./vscode
./wallpaper ./wallpaper
./xmonad ./xmonad

View File

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