From 86098a312214043ef48a9503698be663fa772560 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 19 Oct 2024 18:09:34 +0200 Subject: [PATCH] fix picom --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 3a1e719..adbf62b 100644 --- a/home.nix +++ b/home.nix @@ -125,7 +125,7 @@ in }; programs.i3status.modules."battery all".settings.format = "%status %percentage %remaining %emptytime %consumption"; programs.i3status.modules."battery all".settings.last_full_capacity = true; - programs.picom.enable = true; + services.picom.enable = true; programs.alacritty.settings.window.opacity = 0.7; services.dunst.enable = true; gtk.enable = true;