mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-30 09:22:11 +01:00
8 lines
112 B
Nix
8 lines
112 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
fswebcam
|
|
gnome.cheese
|
|
];
|
|
}
|