more pkgs
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-07 11:21:16 +02:00
parent 941d023fd9
commit ff5f061613

View File

@ -2,12 +2,12 @@
{ {
environment.systemPackages = environment.systemPackages =
(with pkgs; [ (with pkgs; [
google-chrome
]) ])
++ ++
(with pkgs-stable; [ (with pkgs-stable; [
teams-for-linux teams-for-linux
]); ]);
} }