Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: nux
> ./home/record.nix
Lenses
(coming soon!)
{ config, pkgs, home-manager, ... }:
{ home-manager.users.calliope = {
home.packages = with pkgs; [
asciinema
# patchage
# pitivi
pulseaudio
# qjackctl
# qsynth
# rosegarden
# v4l-utils
wl-screenrec
# gst_all_1.gstreamer
# gst_all_1.gst-plugins-base
# gst_all_1.gst-plugins-good
];
# programs.obs-studio = {
# enable = true;
# plugins = with pkgs.obs-studio-plugins; [ obs-pipewire-audio-capture obs-gstreamer ];
# };
}; }