Add tidal, unarchiver
This commit is contained in:
parent
237cafa13e
commit
90a43631bc
2 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
iterm2
|
||||
nerd-fonts.jetbrains-mono
|
||||
signal-desktop-bin
|
||||
the-unarchiver
|
||||
];
|
||||
shell = {
|
||||
enableNushellIntegration = true;
|
||||
|
|
|
@ -25,4 +25,12 @@
|
|||
};
|
||||
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
casks = [
|
||||
"tidal"
|
||||
"orion"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue