This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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 = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
context.modules = [ | |
{ | |
name = libpipewire-module-filter-chain | |
args = { | |
node.name = "Filtered Mic" | |
node.description = "Filtered Mic" | |
filter.graph = { | |
nodes = [ | |
{ | |
type = ladspa |