feat: fuzzel

This commit is contained in:
punkfairie 2025-05-26 16:40:36 -07:00
parent 334d3ae658
commit af432693bd
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./fuzzel.nix
./nh.nix ./nh.nix
./waybar.nix ./waybar.nix
# TODO: uncomment when swaylock is figured out # TODO: uncomment when swaylock is figured out

View file

@ -8,7 +8,7 @@ in {
options.marleyos.programs.fuzzel.enable = lib.mkEnableOption "fuzzel"; options.marleyos.programs.fuzzel.enable = lib.mkEnableOption "fuzzel";
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
marleyos.apps.launcher = { marleycfg.apps.launcher = {
inherit (config.programs.fuzzel) package; inherit (config.programs.fuzzel) package;
command = ""; command = "";
}; };

View file

@ -28,7 +28,7 @@ in {
waybar = enabled; waybar = enabled;
# TODO: enable once swaylock is figured out # TODO: enable once swaylock is figured out
# wlogout = enabled; # wlogout = enabled;
# fuzzel = enabled; fuzzel = enabled;
# xwayland-satellite = enabled; # xwayland-satellite = enabled;
}; };
services = { services = {