install some dev packages and reorder default nixos packages
This commit is contained in:
parent
c6cbdebfe2
commit
c15cf6410a
2 changed files with 20 additions and 9 deletions
|
|
@ -10,10 +10,16 @@ in
|
|||
{
|
||||
config = lib.mkIf config.${feature}.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# general
|
||||
devenv
|
||||
swi-prolog
|
||||
just
|
||||
mask
|
||||
vscode
|
||||
devenv
|
||||
|
||||
# rust
|
||||
bacon
|
||||
cargo-info
|
||||
rusty-man
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue