diff options
| author | Fuwn <[email protected]> | 2024-10-04 05:17:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-04 05:17:18 -0700 |
| commit | 9779c82ddb482710c86a8d5cda468ff4decab944 (patch) | |
| tree | 8675effb506dee7b469d9fdda6dc2cec80e6415d /home/ebisu/core/editor | |
| parent | lock: rui (diff) | |
| download | nixos-config-9779c82ddb482710c86a8d5cda468ff4decab944.tar.xz nixos-config-9779c82ddb482710c86a8d5cda468ff4decab944.zip | |
home: add notion
Diffstat (limited to 'home/ebisu/core/editor')
| -rw-r--r-- | home/ebisu/core/editor/default.nix | 3 |
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..346c1f5 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.notion-repackaged.packages.x86_64-linux.notion-repackaged ]; } |