sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nix: update patches
[julm/julm-nix.git]
/
home-manager
/
profiles
/
v4l2.nix
1
{ pkgs, ... }:
2
{
3
home.packages = [
4
pkgs.guvcview
5
pkgs.v4l-utils
6
];
7
}