mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 23:07:53 -05:00
merge?
This commit is contained in:
parent
43508d4653
commit
16e71e9921
1 changed files with 16 additions and 14 deletions
|
|
@ -8,17 +8,19 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = lib.mkIf (config.gui.enable && config.openscad.enable) {
|
config = lib.mkIf (config.gui.enable && config.openscad.enable)
|
||||||
environment.systemPackages = [
|
(
|
||||||
pkgs.openscad
|
lib.mkMerge [
|
||||||
];
|
{
|
||||||
lib.mkIf (config.vscode.enable) {
|
environment.systemPackages = [
|
||||||
extensions = with pkgs.vscode-extensions; [
|
pkgs.openscad
|
||||||
Leathong.openscad-language-support
|
];
|
||||||
];
|
}
|
||||||
};
|
(lib.mkIf (config.vscode.enable) {
|
||||||
};
|
extensions = with.pkgs.vscode-extensions; [
|
||||||
# config = lib.mkMerge [
|
Leathong.openscad-language-support
|
||||||
# (lib.mkIf)
|
];
|
||||||
# ]
|
})
|
||||||
}
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue