From 33e4dbf9d29047f64ba66fcbbaf67c8bf2d6179c Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 19 Oct 2024 18:05:09 +0200 Subject: [PATCH] add compositor --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index c213bfe..3a1e719 100644 --- a/home.nix +++ b/home.nix @@ -125,6 +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; programs.alacritty.settings.window.opacity = 0.7; services.dunst.enable = true; gtk.enable = true;