From 344d8a91a9a1628ca4c52230918761a86758553c Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 19 Oct 2024 15:31:51 +0200 Subject: [PATCH] fix typo --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 4e45adc..d67c7e6 100644 --- a/home.nix +++ b/home.nix @@ -115,7 +115,7 @@ in gaps = { inner = 12; }; - extraConfig = "exec feh --bg-fill .background-image" + extraConfig = "exec feh --bg-fill .background-image"; }; }; programs.i3status.enable = true;