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/kansai/fortune/system | |
| parent | lock: rui (diff) | |
| download | nixos-config-9779c82ddb482710c86a8d5cda468ff4decab944.tar.xz nixos-config-9779c82ddb482710c86a8d5cda468ff4decab944.zip | |
home: add notion
Diffstat (limited to 'home/ebisu/kansai/fortune/system')
| -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; }}"; }; }; } |