From d379c6c40680ea76dc701dcef4570a51214fb785 Mon Sep 17 00:00:00 2001 From: k Date: Fri, 10 Jan 2025 18:15:30 -0500 Subject: [PATCH] fix typo --- hosts/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index a5fd9ba..78c556f 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -78,7 +78,7 @@ logind = { lidSwitch = "suspend-then-hibernate"; lidSwitchExternalPower = "suspend"; - } + }; blueman.enable = true; fwupd.enable = true; printing.enable = true;