diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:24:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:24:06 -0700 |
| commit | ff39515d5615aa53ecd538eae6733859c4df8e8a (patch) | |
| tree | 04f651cc6eb46b3ea5ee8bd1968eacee6a77c0b5 /home/ebisu/core | |
| parent | home: move system subset to shared (diff) | |
| download | nixos-config-ff39515d5615aa53ecd538eae6733859c4df8e8a.tar.xz nixos-config-ff39515d5615aa53ecd538eae6733859c4df8e8a.zip | |
home: move editor subset to shared
Diffstat (limited to 'home/ebisu/core')
| -rw-r--r-- | home/ebisu/core/editor/default.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/home/ebisu/core/editor/default.nix b/home/ebisu/core/editor/default.nix index 0117e94..4d5e6d2 100644 --- a/home/ebisu/core/editor/default.nix +++ b/home/ebisu/core/editor/default.nix @@ -1,15 +1,9 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: { # imports = [ ./vscode-fhs.nix ]; home.packages = with pkgs; [ - emacs - neovide - # jetbrains.clion - lunarvim zed-editor vscode - inputs.nix-microchip.packages.${pkgs.system}.mplab-x - arduino-ide ]; } |