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";
|
description = "DAKI3 2025 Semester";
|
||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "code";
|
name = "";
|
||||||
path = homePath "Documents/Projects/AI systems & infrastructure/Codes";
|
path = homePath "Documents/Projects/AI systems & infrastructure";
|
||||||
ai = true;
|
ai = true;
|
||||||
git = false;
|
git = false;
|
||||||
shell = true;
|
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 .mpg all
|
||||||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mpeg 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
|
# Audio - IINA
|
||||||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mp3 all
|
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mp3 all
|
||||||
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .m4a all
|
run ${pkgs.duti}/bin/duti -s com.colliderli.iina .m4a all
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@
|
||||||
"pdf-expert"
|
"pdf-expert"
|
||||||
"drawio"
|
"drawio"
|
||||||
"clash-verge-rev"
|
"clash-verge-rev"
|
||||||
|
"the-unarchiver"
|
||||||
];
|
];
|
||||||
taps = [
|
taps = [
|
||||||
# Additional repositories if needed
|
# Additional repositories if needed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue