diff --git a/home/wm/i3.nix b/home/wm/i3.nix index af22bc5..819d880 100644 --- a/home/wm/i3.nix +++ b/home/wm/i3.nix @@ -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"; - } ]; }; };