home: wm: i3: use flameshot service directly

Instead of starting `flameshot` with `i3`, use the provided service.
This commit is contained in:
Bruno BELANYI 2021-04-05 01:39:01 +00:00
parent 86b12dc8a8
commit 44cad6b52b

View file

@ -28,9 +28,12 @@ let
in
{
config = lib.mkIf isEnabled {
my.home = {
flameshot.enable = true;
};
home.packages = with pkgs; [
arandr # Used by a mapping
flameshot # Used by a mapping, started at startup
playerctl # Used by a mapping
];
@ -292,9 +295,6 @@ in
startup = [
# FIXME
# { commdand; always; notification; }
{
command = "flameshot";
}
];
};
};