home: wm: i3: use flameshot service directly
Instead of starting `flameshot` with `i3`, use the provided service.
This commit is contained in:
parent
e6fb00ce9a
commit
595720dcd4
|
@ -28,9 +28,12 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = lib.mkIf isEnabled {
|
config = lib.mkIf isEnabled {
|
||||||
|
my.home = {
|
||||||
|
flameshot.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
arandr # Used by a mapping
|
arandr # Used by a mapping
|
||||||
flameshot # Used by a mapping, started at startup
|
|
||||||
playerctl # Used by a mapping
|
playerctl # Used by a mapping
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -292,9 +295,6 @@ in
|
||||||
startup = [
|
startup = [
|
||||||
# FIXME
|
# FIXME
|
||||||
# { commdand; always; notification; }
|
# { commdand; always; notification; }
|
||||||
{
|
|
||||||
command = "flameshot";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue