This commit is contained in:
Matt Nish-Lapidus 2025-03-26 17:09:07 -04:00
parent 47e294cac0
commit 140f6040c5
12 changed files with 2 additions and 83 deletions

View file

@ -205,7 +205,7 @@
};
xdg.configFile."wpaperd/config.toml".source = ../../homes/emenel/dotfiles/dot_config/wpaperd/config.toml;
home.file.".local/wallpapers".source = ../../homes/emenel/dotfiles/dot_local/wallpapers;
home.file.".local/wallpapers".source = ../../assets/wallpapers;
xdg.desktopEntries = {
isd = {

View file

@ -64,8 +64,6 @@
};
};
# xdg.configFile."labwx/rc.xml"
home.file.".local/share/The Usual Suspects/Vavra" = {
recursive = true;
source = ../../packages/the-usual-suspects/vavra;
@ -87,5 +85,5 @@
source = ../../packages/the-usual-suspects/nodal-red;
};
home.file.".vst3/yabridge/yabridge.toml".source = ../../homes/emenel/dotfiles/dot_vst3/yabridge.toml;
home.file.".vst3/yabridge/yabridge.toml".source = ./yabridge/vst3/yabridge.toml;
}

View file

@ -0,0 +1,2 @@
["FabFilter*.vst3"]
group = "fabfilter"

View file

@ -83,7 +83,6 @@
append_previewers = [
{ mime = "{image,audio,video}/*"; run = "mediainfo";}
{ mime = "application/x-subrip"; run = "mediainfo";}
# Archive previewer
{ mime = "application/*zip"; run = "ouch"; }
{ mime = "application/x-tar"; run = "ouch"; }
@ -92,7 +91,6 @@
{ mime = "application/x-rar"; run = "ouch"; }
{ mime = "application/x-xz"; run = "ouch"; }
{ mime = "application/octet-stream"; run = "ouch"; }
];
_spotters = [
{ name = "*"; run = "file-extra-metadata"; }