Skip to content

Instantly share code, notes, and snippets.

View nyonson's full-sized avatar
🌎
hack the planet

Nick Johnson nyonson

🌎
hack the planet
View GitHub Profile
@nyonson
nyonson / flake.nix
Created August 28, 2024 17:00
lsp-ai flake
{
description = "A flake for lsp-ai, an AI-powered language server";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# The repository is an input of the flake instead of just
# grabbing it at build time. This makes some things easier
# like referencing the Cargo.lock file. Also ties in to
# the flake's implicit reproducibility based on git tags.
lsp-ai-src = {
@nyonson
nyonson / gist:bcbad7bafdeba2230da4e9a0ab2df34e
Created November 30, 2023 18:13
master_me pipewire filter config
context.modules = [
{
name = libpipewire-module-filter-chain
args = {
node.name = "Filtered Mic"
node.description = "Filtered Mic"
filter.graph = {
nodes = [
{
type = ladspa