From 9a80f92088f5d6f1f953332df44d4977af82bc12 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 25 Jun 2023 23:56:12 +0200 Subject: [PATCH] imv config --- home/modules/hyprland/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index d5c08e44..86c01f6d 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -44,7 +44,6 @@ in { wl-clipboard clipman # Clipboard manager (wl-paste) - imv # Image viewer moc # Audio player ncpamixer # ncurses pavucontrol slurp # Region selector for screensharing @@ -55,6 +54,15 @@ in { libsForQt5.polkit-kde-agent ]; + programs = { + imv = { + enable = true; + settings = { + options.background = "ffffff"; + }; + }; + }; + services = { # Notification service dunst = {