From 9d8adcdb7a937d96a48a11cdf40dbc7f10ad659c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 23 Jan 2024 20:13:38 +0000 Subject: [PATCH] Add libcamera to desktop.nix --- system/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/desktop.nix b/system/desktop.nix index 98f51803..acf846eb 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -3,6 +3,7 @@ environment.systemPackages = with pkgs; [ dex libnotify + libcamera glib gsettings-desktop-schemas ];