furthre config on laptop
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
jdk
|
||||
jetbrains.pycharm-professional
|
||||
mongodb-compass
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user