hosts/*: enable programming languages
This commit is contained in:
parent
1d9a98d8fb
commit
2b61b16b8e
4 changed files with 8 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
|||
|
||||
virtualisation.enable = true;
|
||||
|
||||
home.universe.programming.all.enable = true;
|
||||
|
||||
home.home.packages = with pkgs; [
|
||||
arduino
|
||||
hydrus
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
hardware.form.server = true;
|
||||
};
|
||||
|
||||
home.universe.programming.all.enable = true;
|
||||
|
||||
boot.loader.timeout = 5;
|
||||
|
||||
virtualisation.enable = true;
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.universe.programming.all.enable = true;
|
||||
|
||||
services.fprintd.enable = true;
|
||||
virtualisation.enable = true;
|
||||
|
||||
|
|
|
@ -24,5 +24,7 @@
|
|||
};
|
||||
};
|
||||
nix.settings.use-xdg-base-directories = true;
|
||||
|
||||
universe.programming.all.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue