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