chore: nix fmt
This commit is contained in:
parent
a9be5375ca
commit
a1df9205d5
8 changed files with 16 additions and 12 deletions
|
@ -173,6 +173,7 @@ let
|
|||
|
||||
# enable pipewire (and libcamera) sources
|
||||
"media.webrtc.camera.allow-pipewire" = true;
|
||||
|
||||
};
|
||||
|
||||
userChrome =
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{ lib, pkgs, osConfig, ... }:
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = [ pkgs.gcr ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue