Fixed darwin bugs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
./treesitter.nix
|
||||
@@ -12,7 +13,7 @@
|
||||
./catppuccin.nix
|
||||
./alpha.nix
|
||||
./avante.nix
|
||||
./openscad.nix
|
||||
#./openscad.nix
|
||||
./molten.nix
|
||||
./which-key.nix
|
||||
];
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user