meow
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed
ci/woodpecker/cron/dependency-pr Pipeline was successful

This commit is contained in:
Lucy Hochkamp 2025-10-16 12:18:36 +02:00
parent 350885960e
commit 33ee2f5760
No known key found for this signature in database
9 changed files with 10909 additions and 45 deletions

View file

@ -10,7 +10,7 @@ let
in
{
options.xyno.presets.development.enable =
mkEnableOption "enables xynos configs for a development machine";
mkEnableOption "enables xynos configs for a development/workstation machine";
config = mkIf cfg.enable {
home-manager.users.${config.xyno.system.user.name} = mkIf config.xyno.presets.home-manager.enable (
{ ... }:
@ -25,6 +25,10 @@ in
virtualisation.podman.enable = true;
environment.systemPackages = with pkgs; [
orca-slicer
unstable.kicad
freecad
dune3d
jetbrains.rider
# android-studio
nixpkgs-manual