From c3350d181fdd44a827d33aebeea1bb658696f8d7 Mon Sep 17 00:00:00 2001 From: Sneexy Date: Wed, 17 Apr 2024 17:50:57 -0500 Subject: [PATCH] fix: forgot a semicolon --- config/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.nix b/config/common.nix index c6b87d4..450630e 100644 --- a/config/common.nix +++ b/config/common.nix @@ -53,7 +53,7 @@ boot.plymouth = { enable = true; theme = "bgrt"; - } + }; # Enable CUPS to print documents. services.printing = {