alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -8,8 +8,9 @@
hypridle = {
enable = lib.mkIf (
config.home.gui.sessionType == "Hyprland"
) true;
)
true;
settings = {
general = {
before_sleep_cmd = "${pkgs.hyprland}/bin/hyprctl dispatch dpms off";

View file

@ -8,7 +8,8 @@
swayidle = {
enable = lib.mkIf (
config.home.gui.sessionType == "Sway"
) true;
)
true;
events = [
{
@ -28,8 +29,8 @@
];
timeouts = [
{
timeout = 300;
{
timeout = 300;
command = "${pkgs.brightnessctl}/bin/brightnessctl -s set 10";
resumeCommand = "${pkgs.brightnessctl}/bin/brightnessctl -r";
}