mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-12 10:53:41 -05:00
- refactor pinned to be a module using overlays (pkgs.pinned) - refactor dev/jvm.nix to use jb ides as modules - refactor balena etcher to be its own module (its pinned) - pin intellij to an older version for plugin support - move android studio to its own module under dev/ide/jb
6 lines
81 B
Nix
6 lines
81 B
Nix
{...}: {
|
|
imports = [
|
|
./idea.nix
|
|
./androidStudio.nix
|
|
];
|
|
}
|