From af432693bdece6dd0248641801fcc3e648dd3c93 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 26 May 2025 16:40:36 -0700 Subject: [PATCH] feat: fuzzel --- modules/home/programs/default.nix | 1 + .../fuzzel/default.nix => modules/home/programs/fuzzel.nix | 2 +- modules/home/shell/niri.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename snowflake/modules/home/programs/wayland/fuzzel/default.nix => modules/home/programs/fuzzel.nix (90%) diff --git a/modules/home/programs/default.nix b/modules/home/programs/default.nix index 1ecee1c..7c39f25 100644 --- a/modules/home/programs/default.nix +++ b/modules/home/programs/default.nix @@ -1,5 +1,6 @@ { imports = [ + ./fuzzel.nix ./nh.nix ./waybar.nix # TODO: uncomment when swaylock is figured out diff --git a/snowflake/modules/home/programs/wayland/fuzzel/default.nix b/modules/home/programs/fuzzel.nix similarity index 90% rename from snowflake/modules/home/programs/wayland/fuzzel/default.nix rename to modules/home/programs/fuzzel.nix index 6b79b60..2a4dc88 100644 --- a/snowflake/modules/home/programs/wayland/fuzzel/default.nix +++ b/modules/home/programs/fuzzel.nix @@ -8,7 +8,7 @@ in { options.marleyos.programs.fuzzel.enable = lib.mkEnableOption "fuzzel"; config = lib.mkIf cfg.enable { - marleyos.apps.launcher = { + marleycfg.apps.launcher = { inherit (config.programs.fuzzel) package; command = ""; }; diff --git a/modules/home/shell/niri.nix b/modules/home/shell/niri.nix index 2ad32f8..ee03e26 100644 --- a/modules/home/shell/niri.nix +++ b/modules/home/shell/niri.nix @@ -28,7 +28,7 @@ in { waybar = enabled; # TODO: enable once swaylock is figured out # wlogout = enabled; - # fuzzel = enabled; + fuzzel = enabled; # xwayland-satellite = enabled; }; services = {