about summary refs log tree commit diff stats
path: root/hosts/apzu
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/apzu')
-rw-r--r--hosts/apzu/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix
index 6ba6828a..331da147 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/apzu/default.nix
@@ -2,6 +2,7 @@
   lib,
   pkgs,
   baseLib,
+  config,
   ...
 }: {
   imports = [
@@ -59,7 +60,7 @@
 
               # Launcher
               "<Meta-R>" = {command = ["spawn" "${lib.getExe pkgs.rofi} -show combi -modes combi -combi-modes 'window, drun, run' -show-icons"];};
-              "<Meta-<F1>>" = {command = ["spawn" "${lib.getExe pkgs.neorg} dmenu"];};
+              "<Meta-<F1>>" = {command = ["spawn" "${lib.getExe config.home-manager.users.soispha.soispha.programs.neorg.package} dmenu"];};
               "<Meta-<F2>>" = {command = ["spawn" "${lib.getExe pkgs.keepassxc}"];};
               "<Meta-<F3>>" = {command = ["spawn" "${lib.getExe pkgs.signal-desktop}"];};
               # "<Meta-<F4>>" = {command = ["spawn" "${lib.getExe pkgs.steam}"];};