diff --git a/curacao/default.nix b/curacao/default.nix index b6faf5f..30e3fc5 100644 --- a/curacao/default.nix +++ b/curacao/default.nix @@ -16,6 +16,5 @@ ./homeautomation ./jellyfin.nix ./rssVideos.nix - ./webcam ]; } diff --git a/curacao/webcam/default.nix b/curacao/webcam/default.nix deleted file mode 100644 index 7940cf5..0000000 --- a/curacao/webcam/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - pkgs, - ... -}: -{ - config = { - # TODO This should install cameractrls, but it seems like it's not easy to install. - # In the meantime, we install Flatpak and do: - # flatpak run hu.irl.cameractrls - services.flatpak.enable = true; - xdg.portal = { - config.common.default = "*"; - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - }; -} diff --git a/hm/common.nix b/hm/common.nix index 4642550..2b636db 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -231,7 +231,6 @@ usbutils dmidecode lshw - labelle # Label printer # Locker (pkgs.writeShellApplication { diff --git a/hm/desktop/default.nix b/hm/desktop/default.nix index dac52ca..9501400 100644 --- a/hm/desktop/default.nix +++ b/hm/desktop/default.nix @@ -177,10 +177,14 @@ zathura meld python3Packages.magic - bluetuith trayer # For occasional applications that want to put themselves in tray libnotify + # hardware handling + bluetuith + labelle # Label printer + cameractrls-gtk4 # Configure webcams + # wayland exclusive wl-clipboard # Easy copy/paste from/to terminal # TODO Clipboard history?