Operand

odyssey, u hear?

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 ];
  # };
}; }