diff options
Diffstat (limited to 'home/ebisu')
| -rw-r--r-- | home/ebisu/core/editor/default.nix | 3 | ||||
| -rw-r--r-- | home/ebisu/kansai/fortune/system/shell/fish.nix | 3 |
2 files changed, 5 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 ]; } diff --git a/home/ebisu/kansai/fortune/system/shell/fish.nix b/home/ebisu/kansai/fortune/system/shell/fish.nix index ae002d9..70f6470 100644 --- a/home/ebisu/kansai/fortune/system/shell/fish.nix +++ b/home/ebisu/kansai/fortune/system/shell/fish.nix @@ -2,6 +2,8 @@ pkgs, config, secrets, + self, + lib, ... }: { @@ -176,6 +178,7 @@ doom = "${config.xdg.configHome}/emacs/bin/doom"; epiphany-i2p = "${proxyEnvironment} epiphany"; eolie-i2p = "${proxyEnvironment} eolie"; + notion = "notion-app ${import "${self}/lib/electron-flags.nix" { inherit lib; }}"; }; }; } |