refactor(dotfiles):

flyt alle configs ind i stow_me/ mappe

Omstrukturerer repo så stow kan bruges korrekt med en dedikeret
stow_me/ mappe som kilde, i stedet for roden af repo.
This commit is contained in:
2026-05-22 16:37:18 +02:00
parent 2e57d9defb
commit 9c5d01e242
45 changed files with 2930 additions and 0 deletions
@@ -0,0 +1,47 @@
context.modules = [
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = DiscordSink
node.description = "Discord Sink"
}
playback.props = {
node.name = "DiscordSink.output"
node.passive = true
target.object = "Default playback device"
}
}
},
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = MusicSink
node.description = "Music Sink"
}
playback.props = {
node.name = "MusicSink.output"
node.passive = true
target.object = "Default playback device"
}
}
},
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = GameSink
node.description = "Game Sink"
}
playback.props = {
node.name = "GameSink.output"
node.passive = true
target.object = "Default playback device"
}
}
}
]