diff options
| author | Fuwn <[email protected]> | 2024-10-08 17:46:17 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-08 17:46:17 -0700 |
| commit | c75e5c37e85c1e322d3db1bd1e7a2773bcfa48c4 (patch) | |
| tree | 6d6dda20e04a75825dd470016536f10b92199872 /home/ebisu/core/editor | |
| parent | flake: move perSystem attributes to parts (diff) | |
| download | nixos-config-c75e5c37e85c1e322d3db1bd1e7a2773bcfa48c4.tar.xz nixos-config-c75e5c37e85c1e322d3db1bd1e7a2773bcfa48c4.zip | |
home: move notion to kansai
Diffstat (limited to 'home/ebisu/core/editor')
| -rw-r--r-- | home/ebisu/core/editor/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/ebisu/core/editor/default.nix b/home/ebisu/core/editor/default.nix index 346c1f5..fd98a64 100644 --- a/home/ebisu/core/editor/default.nix +++ b/home/ebisu/core/editor/default.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: { # imports = [ ./vscode-fhs.nix ]; @@ -9,6 +9,5 @@ lunarvim zed-editor vscode - inputs.notion-repackaged.packages.x86_64-linux.notion-repackaged ]; } |