profiles/webcam: init from legacy

This commit is contained in:
Felix Buehler 2023-03-19 22:40:58 +01:00
parent 74377750b9
commit 362d06cc00
4 changed files with 18 additions and 8 deletions

View file

@ -1,8 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
fswebcam
gnome.cheese
];
}