Add VLC
This commit is contained in:
@@ -24,10 +24,12 @@
|
||||
./pulseaudio
|
||||
./rofi
|
||||
./signal
|
||||
./skanlite
|
||||
./spotify
|
||||
./stack
|
||||
./telegram
|
||||
./thunderbird
|
||||
./vlc
|
||||
./vscode
|
||||
./wallpaper
|
||||
./xmonad
|
||||
|
||||
5
home/programs/vlc/default.nix
Normal file
5
home/programs/vlc/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ vlc ];
|
||||
}
|
||||
Reference in New Issue
Block a user