feat(nixos): enable GNOME, add Droidcam, and update services config
Some checks are pending
Flake checker / Build Nix targets (push) Waiting to run
Some checks are pending
Flake checker / Build Nix targets (push) Waiting to run
This commit is contained in:
5
nixos/ryu/programs/droidcam.nix
Normal file
5
nixos/ryu/programs/droidcam.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
programs.droidcam = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user