summaryrefslogtreecommitdiff
path: root/home/ebisu/core
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-04 05:17:18 -0700
committerFuwn <[email protected]>2024-10-04 05:17:18 -0700
commit9779c82ddb482710c86a8d5cda468ff4decab944 (patch)
tree8675effb506dee7b469d9fdda6dc2cec80e6415d /home/ebisu/core
parentlock: rui (diff)
downloadnixos-config-9779c82ddb482710c86a8d5cda468ff4decab944.tar.xz
nixos-config-9779c82ddb482710c86a8d5cda468ff4decab944.zip
home: add notion
Diffstat (limited to 'home/ebisu/core')
-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..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
];
}