Add mysql workbench to work host
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
../../modules/yazi.nix
|
||||
../../modules/bubblewrap.nix
|
||||
../../modules/socat.nix
|
||||
../../modules/mysqlworkbench.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
8
modules/mysqlworkbench.nix
Normal file
8
modules/mysqlworkbench.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
mysql-workbench
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user