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
./rofi
./signal
./skanlite
./spotify
./stack
./telegram
./thunderbird
./vlc
./vscode
./wallpaper
./xmonad

View File

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