Archived
1
0
Fork 0

Add tidal, unarchiver

This commit is contained in:
Ethan Reece 2025-07-01 13:49:27 -05:00
parent 237cafa13e
commit 90a43631bc
No known key found for this signature in database
GPG key ID: 03E0DD19D648C768
2 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,7 @@
iterm2
nerd-fonts.jetbrains-mono
signal-desktop-bin
the-unarchiver
];
shell = {
enableNushellIntegration = true;

View file

@ -25,4 +25,12 @@
};
home-manager.backupFileExtension = "backup";
homebrew = {
enable = true;
casks = [
"tidal"
"orion"
];
};
}