add Unarchiver
This commit is contained in:
parent
82a6047d4f
commit
ffb9621d23
3 changed files with 18 additions and 16 deletions
|
|
@ -101,26 +101,12 @@ in
|
|||
description = "DAKI3 2025 Semester";
|
||||
windows = [
|
||||
{
|
||||
name = "code";
|
||||
path = homePath "Documents/Projects/AI systems & infrastructure/Codes";
|
||||
name = "";
|
||||
path = homePath "Documents/Projects/AI systems & infrastructure";
|
||||
ai = true;
|
||||
git = false;
|
||||
shell = true;
|
||||
}
|
||||
{
|
||||
name = "slide";
|
||||
path = homePath "Documents/Projects/AI systems & infrastructure/Slides";
|
||||
ai = true;
|
||||
git = false;
|
||||
shell = false;
|
||||
}
|
||||
{
|
||||
name = "group";
|
||||
path = homePath "Documents/Projects/DAKI3 Semester Project Group";
|
||||
ai = true;
|
||||
git = false;
|
||||
shell = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -305,6 +305,21 @@
|
|||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mpg all
|
||||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mpeg all
|
||||
|
||||
# Archives - The Unarchiver
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .zip all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .rar all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .7z all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .tar all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .gz all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .bz2 all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .xz all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .tgz all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .tbz2 all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .lzma all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .cab all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .iso all
|
||||
run ${pkgs.duti}/bin/duti -s com.macpaw.site.theunarchiver .dmg all
|
||||
|
||||
# Audio - IINA
|
||||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mp3 all
|
||||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .m4a all
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
"pdf-expert"
|
||||
"drawio"
|
||||
"clash-verge-rev"
|
||||
"the-unarchiver"
|
||||
];
|
||||
taps = [
|
||||
# Additional repositories if needed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue