mtwork: add concurrently
This commit is contained in:
parent
b3bf94de17
commit
91b56d6d45
@ -184,6 +184,7 @@
|
||||
./hosts/mtworx/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x1-11th-gen
|
||||
nix-index-database.nixosModules.nix-index
|
||||
|
||||
#agenix.nixosModules.default
|
||||
#{
|
||||
|
@ -9,6 +9,7 @@
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
nodejs
|
||||
concurrently
|
||||
google-cloud-sdk
|
||||
])
|
||||
++ (with pkgs.pkgs-unstable; [
|
||||
|
Loading…
Reference in New Issue
Block a user