mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 07:05:40 +01:00
feat: adds v4l2loopback
This commit is contained in:
parent
b0f288367a
commit
bb6a0c3704
1 changed files with 23 additions and 22 deletions
|
|
@ -1,28 +1,29 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
|
linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam
|
||||||
# reader # Firefox reader mode but in the terminal, not added to Nix yet
|
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
|
||||||
vimv # edit filenames in batch with $EDITOR
|
# reader # Firefox reader mode but in the terminal, not added to Nix yet
|
||||||
iamb # Try CLI Matrix
|
vimv # edit filenames in batch with $EDITOR
|
||||||
pastel # generate, analyze, convert and manipulate colors
|
iamb # Try CLI Matrix
|
||||||
glow # Render Markdown from the terminal
|
pastel # generate, analyze, convert and manipulate colors
|
||||||
htmlq # jq but for HTML
|
glow # Render Markdown from the terminal
|
||||||
lemmeknow # Identify anything
|
htmlq # jq but for HTML
|
||||||
android-tools # ADB/Fastboot
|
lemmeknow # Identify anything
|
||||||
eva # Calculator
|
android-tools # ADB/Fastboot
|
||||||
tofi # drun type launcher
|
eva # Calculator
|
||||||
# termpdfpy # Read PDFs from the terminal, errors out for now
|
tofi # drun type launcher
|
||||||
anki-bin # Learn languages
|
# termpdfpy # Read PDFs from the terminal, errors out for now
|
||||||
vimv # Bulk rename
|
anki-bin # Learn languages
|
||||||
audacity # Record audio stuff
|
vimv # Bulk rename
|
||||||
obs-studio # Record video stuff
|
audacity # Record audio stuff
|
||||||
exiftool # Read exif data from CLI
|
obs-studio # Record video stuff
|
||||||
pinta # "Paint.NET-like editor"
|
exiftool # Read exif data from CLI
|
||||||
kdenlive # Video editor
|
pinta # "Paint.NET-like editor"
|
||||||
translate-shell # Google Translate but in the CLI
|
kdenlive # Video editor
|
||||||
wireguard-tools # VPN connections
|
translate-shell # Google Translate but in the CLI
|
||||||
openresolv # required for wireguard-tools
|
wireguard-tools # VPN connections
|
||||||
|
openresolv # required for wireguard-tools
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
blender
|
blender
|
||||||
progress
|
progress
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue