Initial commit
This commit is contained in:
commit
b0a95003b7
57 changed files with 1561 additions and 0 deletions
17
modules/gui-coding.nix
Normal file
17
modules/gui-coding.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.pycharm-professional
|
||||
jetbrains.phpstorm
|
||||
|
||||
vscodium-fhs
|
||||
zed-editor.fhs
|
||||
|
||||
k6
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue