Renamed home to programs, moved definition to user level
This commit is contained in:
14
programs/webcam.nix
Normal file
14
programs/webcam.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ffmpeg_6-full
|
||||
gphoto2
|
||||
v4l-utils
|
||||
];
|
||||
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
defaultProfiles = [ "gpu-hq" ];
|
||||
scripts = [ pkgs.mpvScripts.mpris ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user