This commit is contained in:
2026-09-19 20:56:43 +01:00
parent 19e49e90f5
commit 84bd80f82a
7 changed files with 237 additions and 106 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
doloro-settings = {
includes = [
modules.dunst
modules.hyprlock
];
homeManager =
{
@@ -88,7 +89,7 @@
layout = [
{
label = "lock";
action = "loginctl lock-session";
action = "hyprlock";
text = "Lock";
keybind = "l";
}