feat: fuzzel
This commit is contained in:
parent
334d3ae658
commit
af432693bd
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./fuzzel.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
# TODO: uncomment when swaylock is figured out
|
||||
|
|
|
@ -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 = "";
|
||||
};
|
|
@ -28,7 +28,7 @@ in {
|
|||
waybar = enabled;
|
||||
# TODO: enable once swaylock is figured out
|
||||
# wlogout = enabled;
|
||||
# fuzzel = enabled;
|
||||
fuzzel = enabled;
|
||||
# xwayland-satellite = enabled;
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue