Add devenv
This commit is contained in:
parent
55565a2501
commit
bbe51ceec2
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
android-tools
|
||||
bc
|
||||
devenv
|
||||
git
|
||||
htop
|
||||
jq
|
||||
|
|
@ -150,6 +151,7 @@
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.settings.trusted-users = [ "jhemono" ];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue