diff options
Diffstat (limited to 'home/ebisu/kansai')
| -rw-r--r-- | home/ebisu/kansai/fortune/system/shell/fish.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; }}"; }; }; } |