init
This commit is contained in:
18
modules/home/develop.nix
Normal file
18
modules/home/develop.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs.unstable; [
|
||||
dbeaver-bin
|
||||
go
|
||||
nodejs
|
||||
yarn
|
||||
|
||||
steam-run
|
||||
jetbrains.idea-community
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user