missing ;

This commit is contained in:
Mohamed Chrayed 2024-07-31 18:45:55 +02:00
parent 7e6dd92831
commit 323e0321c5

View File

@ -1,4 +1,5 @@
{ config, pkgs, pkgs-unstable,... }:
{
environment.systemPackages = with pkgs; [
wget
git
@ -15,3 +16,4 @@
mangohud
ibm-plex
];
}