mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-31 17:43:44 -05:00
96602259cd
- 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
8 lines
140 B
Nix
8 lines
140 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs; [
|
|
android-studio-tools
|
|
android-studio
|
|
];
|
|
};
|
|
}
|