6 lines
98 B
Nix
6 lines
98 B
Nix
# DB management interfaces
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [ beekeeper-studio ];
|
|
}
|