feat: power and screenshot launchers

This commit is contained in:
2026-05-03 21:53:10 +02:00
parent 7bdf23001f
commit afcf8d51fe
9 changed files with 159 additions and 45 deletions

View File

@@ -148,6 +148,13 @@
description = "Directory to save recordings into";
};
};
power = {
lock_command = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ "waylock" ];
description = "argv for the Lock action in the power menu";
};
};
};
};
default = {
@@ -170,6 +177,9 @@
enable = false;
output_dir = "~/Videos/wl-screenrec";
};
power = {
lock_command = [ "waylock" ];
};
};
};
};