From ea5054789d7f62a9316d57a8424150d95862f8f9 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 24 Jun 2024 13:49:49 +1200 Subject: [PATCH] feat(home:hyprland): add notes binding --- home/modules/desktop/file-manager/nemo.nix | 4 ++-- .../desktop/wayland/compositor/hyprland/settings/binds.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/modules/desktop/file-manager/nemo.nix b/home/modules/desktop/file-manager/nemo.nix index 07febbd..6c01505 100644 --- a/home/modules/desktop/file-manager/nemo.nix +++ b/home/modules/desktop/file-manager/nemo.nix @@ -18,8 +18,8 @@ in (mkIf (fileManager == "nemo") { ooknet.binds.fileManager = "nemo"; xdg.mimeApps = { - association.added = nemoMime; - defaultApplication = nemoMime; + associations.added = nemoMime; + defaultApplications = nemoMime; }; }) ]; diff --git a/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix b/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix index 6aa6ae1..f8ab3da 100644 --- a/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix @@ -18,6 +18,7 @@ in "SUPER, d, exec, ${binds.discord}" "SUPERSHIFT, e, exec, ${binds.fileManager}" "SUPERSHIFT, S, exec, ${binds.steam}" + "SUPERSHIFT, n, exec, ${binds.notes}" "SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop" "SUPER CTRL, return, exec, ${binds.zellijMenu}" "SUPER, delete, exec, ${binds.powerMenu}"