configured logind for Lillie

This commit is contained in:
willifan 2025-03-23 23:19:29 +01:00
parent 9134f73531
commit 7ea1783993

View file

@ -40,6 +40,12 @@
};
};
services.logind = {
extraConfig = "";
powerKey = "sleep";
powerKeyLongPress = "poweroff";
};
environment.systemPackages = with pkgs; [
python3
];