This website requires JavaScript.
Explore
Help
Sign in
felix
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
mirror of
https://github.com/Stunkymonkey/nixos.git
synced
2025-05-24 18:04:41 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
be4cb43c97
nixos
/
extra
/
webcam.nix
9 lines
112 B
Nix
Raw
Normal View
History
Unescape
Escape
initial commit
2020-11-16 21:14:46 +01:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
fswebcam
[extra] rename gnome3 to gnome
2021-07-22 14:42:03 +02:00
gnome
.
cheese
initial commit
2020-11-16 21:14:46 +01:00
]
;
}
Reference in a new issue
Copy permalink