summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/core/editor/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/core/editor/default.nix b/home/ebisu/core/editor/default.nix
index fd98a64..ffce0fc 100644
--- a/home/ebisu/core/editor/default.nix
+++ b/home/ebisu/core/editor/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ inputs, pkgs, ... }:
{
# imports = [ ./vscode-fhs.nix ];
@@ -9,5 +9,6 @@
lunarvim
zed-editor
vscode
+ inputs.nix-microchip.packages.${pkgs.system}.mplab-x
];
}