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 = [
|
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
|
||||||
|
|
|
@ -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 = "";
|
||||||
};
|
};
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue