xmonad: Add scrot to system packages

This commit is contained in:
Alexander Kobjolke 2024-02-19 23:51:14 +01:00
parent d5a0aded56
commit 31952a940b

View file

@ -15,7 +15,7 @@
}; };
# control backlight # control backlight
config.environment.systemPackages = [ pkgs.xorg.xbacklight ]; config.environment.systemPackages = [ pkgs.xorg.xbacklight pkgs.scrot ];
config.systemd.services.upower.enable = true; config.systemd.services.upower.enable = true;
} }