playerctld
This commit is contained in:
parent
152c11f911
commit
c003e4c44c
4 changed files with 19 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
conf,
|
||||
...
|
||||
}: {
|
||||
data = {
|
||||
directories = [
|
||||
|
|
@ -21,12 +22,16 @@
|
|||
".cargo"
|
||||
".config/obsidian"
|
||||
".config/spotify"
|
||||
lib.mkIf
|
||||
conf.gaming.enable
|
||||
".local/share/PrismLauncher"
|
||||
lib.mkIf
|
||||
conf.gaming.enable
|
||||
".local/share/Steam"
|
||||
(
|
||||
lib.mkIf
|
||||
conf.gaming.enable
|
||||
".local/share/PrismLauncher"
|
||||
)
|
||||
(
|
||||
lib.mkIf
|
||||
conf.gaming.enable
|
||||
".local/share/Steam"
|
||||
)
|
||||
".local/state/wireplumber"
|
||||
".thunderbird"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue