diff options
| author | Fuwn <[email protected]> | 2024-08-30 02:47:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 02:47:19 -0700 |
| commit | 3a0434de7c5a5bf221512b9c2fcf94acc5f51214 (patch) | |
| tree | 91d705c9122860cfba79ea93a95f3c796d11d88e /home/ebisu/fortune/editor | |
| parent | update (diff) | |
| download | nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.tar.xz nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.zip | |
update
Diffstat (limited to 'home/ebisu/fortune/editor')
| -rw-r--r-- | home/ebisu/fortune/editor/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/fortune/editor/default.nix b/home/ebisu/fortune/editor/default.nix index 183fb72..974f849 100644 --- a/home/ebisu/fortune/editor/default.nix +++ b/home/ebisu/fortune/editor/default.nix @@ -1,6 +1,6 @@ { pkgs, config, ... }: { - imports = [ ./vscode-fhs.nix ]; + # imports = [ ./vscode-fhs.nix ]; home.packages = with pkgs; [ emacs @@ -8,5 +8,6 @@ # jetbrains.clion lunarvim zed-editor + vscode ]; } |