meow
This commit is contained in:
parent
350885960e
commit
33ee2f5760
9 changed files with 10909 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue