]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/v4l2.nix
git: push: replace --force with --force-with-lease --force-if-includes
[julm/julm-nix.git] / home-manager / profiles / v4l2.nix
1 { pkgs, ... }:
2 {
3 home.packages = [
4 pkgs.guvcview
5 pkgs.v4l-utils
6 ];
7 }