refactor
This commit is contained in:
parent
47e294cac0
commit
140f6040c5
12 changed files with 2 additions and 83 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
2
modules/home/yabridge/vst3/yabridge.toml
Normal file
2
modules/home/yabridge/vst3/yabridge.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
["FabFilter*.vst3"]
|
||||
group = "fabfilter"
|
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue