mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 05:37:01 -04:00
read desc
- 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
This commit is contained in:
parent
2f2426b244
commit
96602259cd
10 changed files with 192 additions and 151 deletions
|
@ -1,7 +1,9 @@
|
|||
{pkgs, config, ...}:
|
||||
let
|
||||
pinned = import ../../../../pinned.nix { inherit pkgs config; };
|
||||
in {
|
||||
imports = [
|
||||
../../pinned.nix
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
pinned.vscode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue