From 5c375b29988841009384f47fa84dd278ffa18d6c Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Mon, 30 Jan 2023 18:49:29 -0500 Subject: [PATCH] fix code highlighting --- content/post/2023-01-29-NixOS-on-Framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/2023-01-29-NixOS-on-Framework.md b/content/post/2023-01-29-NixOS-on-Framework.md index 68018dc..53fcef9 100644 --- a/content/post/2023-01-29-NixOS-on-Framework.md +++ b/content/post/2023-01-29-NixOS-on-Framework.md @@ -107,7 +107,7 @@ Manage bluetooth through the CLI with `bluetoothctl`. Enable the fingerprint reader with [source](https://git.kindrobot.ca/kindrobot/nix-config/src/commit/6dcc57a85715665d188de03e3c74a926056c58ea/box/framework2.nix#L50) -``` +```nix { services.fprintd.enable = true; }