1
0
Fork 0
forked from foxora/nix
flake-foxora/homes/modules/services/wireplumber/wireplumber.nix

8 lines
141 B
Nix
Raw Normal View History

2026-02-13 23:27:35 +10:00
{...}: {
2026-02-12 18:53:24 +00:00
# writes ./config to ~/.config/wireplumber
xdg.configFile."wireplumber" = {
recursive = true;
source = ./config;
};
}