WIP: Unfree problems

This commit is contained in:
2026-05-06 12:43:53 +02:00
3 changed files with 10 additions and 3 deletions
+7 -2
View File
@@ -1,4 +1,5 @@
{ ... }: {
{ ... }:
{
homebrew = {
enable = true;
@@ -13,7 +14,11 @@
# homebrew is best for GUI apps
# nixpkgs is best for CLI tools
casks = [ "element" "affinity" "onlyoffice" ];
casks = [
"element"
"affinity"
"onlyoffice"
];
brews = [ ];
taps = [ ];
};
Generated
+2
View File
@@ -960,3 +960,5 @@
"root": "root",
"version": 7
}
=======
+1 -1
View File
@@ -15,13 +15,13 @@
help_manual_trig_key = "<A-m>";
help_trig_key = "<A-o>";
top_toggle = "<A-c>";
viewer_path = "open";
};
};
# Install OpenSCAD binary for preview/compilation
extraPackages = with pkgs; [
openscad
zathura # PDF viewer for manual
fzf
];
};