tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Fix wireplumber persistence
bwc9876.dev
4 months ago
cb0e94ef
11b15522
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
homeModules
imperm.nix
+1
-1
homeModules/imperm.nix
···
28
28
];
29
29
cow.imperm.keepCache = [
30
30
".cache"
31
31
-
".local/share/wireplumber"
31
31
+
".local/state/wireplumber"
32
32
];
33
33
};
34
34
}