Changed: minor stuff; Added: Optimisation of nix

This commit is contained in:
2026-02-06 00:43:37 +01:00
parent 3ce95ebe41
commit 150fd4d6c0
8 changed files with 68 additions and 33 deletions

View File

@@ -13,11 +13,7 @@
# homebrew is best for GUI apps
# nixpkgs is best for CLI tools
casks = [
"element"
"affinity"
];
casks = [ "element" "affinity" "onlyoffice" ];
brews = [ ];
taps = [ ];
};