diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index 598e15f..13f855e 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -23,7 +23,6 @@ libinput.enable = true; videoDrivers = [ "modesetting" "nvidia" ]; }; - flameshot.enable = true; }; hardware = { @@ -39,6 +38,7 @@ key = "86C465C22C8A4D56"; }; }; + services.flameshot.enable = true; home.packages = with pkgs; [ arduino ];